Date: Sun, 4 Nov 2018 02:52:04 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483957 - head/security/krb5-devel Message-ID: <201811040252.wA42q5Vx084708@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sun Nov 4 02:52:04 2018 New Revision: 483957 URL: https://svnweb.freebsd.org/changeset/ports/483957 Log: Revert r483820. runstatedir only exists in the two release branches of MIT KRB5. Modified: head/security/krb5-devel/Makefile (contents, props changed) Modified: head/security/krb5-devel/Makefile ============================================================================== --- head/security/krb5-devel/Makefile Sun Nov 4 02:01:10 2018 (r483956) +++ head/security/krb5-devel/Makefile Sun Nov 4 02:52:04 2018 (r483957) @@ -32,8 +32,7 @@ GNU_CONFIGURE= yes USES= autoreconf cpe gmake localbase perl5 libtool:build \ gssapi:bootstrap,mit pkgconfig:run ssl CONFIGURE_ARGS?= --enable-shared --without-system-verto \ - --disable-rpath --localstatedir="${PREFIX}/var" \ - --runstatedir="${PREFIX}/var/run" + --disable-rpath --localstatedir="${PREFIX}/var" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040252.wA42q5Vx084708>