aboutsummaryrefslogtreecommitdiff
path: root/security/pam_krb5
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-10-31 05:58:27 +0000
committerCy Schubert <cy@FreeBSD.org>2015-10-31 05:58:27 +0000
commit72f9f8117af7c6689fa0df0d279be9b3da83a5a9 (patch)
tree7cdba0acdd9ece5032ea0f19b7acbd4bd329a983 /security/pam_krb5
parent2ad17872054b2a0620d0b453938f2b27b80879b5 (diff)
downloadports-72f9f8117af7c6689fa0df0d279be9b3da83a5a9.tar.gz
ports-72f9f8117af7c6689fa0df0d279be9b3da83a5a9.zip
Notes
Diffstat (limited to 'security/pam_krb5')
-rw-r--r--security/pam_krb5/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile
index f1e4e743b0cf..ebfb48f5e8f8 100644
--- a/security/pam_krb5/Makefile
+++ b/security/pam_krb5/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pam_krb5
PORTVERSION= 4.7
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://archives.eyrie.org/software/kerberos/ \
http://archives.eyrie.org/software/ARCHIVE/pam-krb5/
@@ -25,7 +26,7 @@ MIT_DESC= Link against MIT Kerberos
HEIMDAL_PORT_DESC= Link against Heimdal in ports Kerberos
HEIMDAL_BASE_DESC= Link against Heimdal in base Kerberos
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MHEIMDAL_BASE}
USES+= gssapi:base
@@ -56,4 +57,4 @@ MANDIR= ${STAGEDIR}${MANPREFIX}/man
post-install:
cd ${WRKSRC} && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>