aboutsummaryrefslogtreecommitdiffstats
path: root/security/krb5-115/Makefile
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2018-11-02 23:51:46 +0800
committercy <cy@FreeBSD.org>2018-11-02 23:51:46 +0800
commit29d5e4b55a734d6b9b18da4e7486d10c0e06f25e (patch)
tree81801378f8cf6294bf25bfa9e3e8faaac45bceeb /security/krb5-115/Makefile
parent5b5bf09ea6ea9b0633cf152b31c7022adcba2e23 (diff)
downloadfreebsd-ports-gnome-29d5e4b55a734d6b9b18da4e7486d10c0e06f25e.tar.gz
freebsd-ports-gnome-29d5e4b55a734d6b9b18da4e7486d10c0e06f25e.tar.zst
freebsd-ports-gnome-29d5e4b55a734d6b9b18da4e7486d10c0e06f25e.zip
krb5-115: update 1.15.3 --> 1.15.4
Diffstat (limited to 'security/krb5-115/Makefile')
-rw-r--r--security/krb5-115/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile
index 8d310e95931c..9616623b23fb 100644
--- a/security/krb5-115/Makefile
+++ b/security/krb5-115/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= krb5
-PORTVERSION= 1.15.3
-PORTREVISION= 5
+PORTVERSION= 1.15.4
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
.if !defined(MASTERDIR)
@@ -31,7 +30,8 @@ USES= cpe gmake localbase perl5 libtool:build \
gssapi:bootstrap,mit pkgconfig:run ssl \
gettext-runtime
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}"
MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}"