git: d2f02448e4b6 - main - security/krb5-devel: Consistently specify runstatedir
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Nov 2023 00:02:33 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2f02448e4b6e1c1a2cc91173018dbd812f90f11 commit d2f02448e4b6e1c1a2cc91173018dbd812f90f11 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-11-28 03:40:16 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-11-28 23:49:24 +0000 security/krb5-devel: Consistently specify runstatedir The other krb5-* ports specify runstatedir. Let's keep them consistent. PORTREVISION is not bumped because this is already the default. --- security/krb5-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile index ef6c8cc2c6bb..4749d5892cf5 100644 --- a/security/krb5-devel/Makefile +++ b/security/krb5-devel/Makefile @@ -29,7 +29,8 @@ GNU_CONFIGURE= yes USES= autoreconf compiler:c11 cpe gmake localbase perl5 \ libtool:build gssapi:bootstrap,mit pkgconfig ssl CONFIGURE_ARGS?= --enable-shared --without-system-verto \ - --disable-rpath --localstatedir="${PREFIX}/var" + --disable-rpath --localstatedir="${PREFIX}/var" \ + --runstatedir="${PREFIX}/var/run" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" WARN_CFLAGS=-Wno-strict-prototypes MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}"