diff options
Diffstat (limited to 'security/krb5-16/Makefile')
-rw-r--r-- | security/krb5-16/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index e9d6e5b797d2..33a9b2d62600 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -7,7 +7,7 @@ PORTNAME= krb5 PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$/&/:C/\.[0-9]*$//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed @@ -73,10 +73,6 @@ HTML_OUTDIRS= krb5-admin krb5-install .include <bsd.port.pre.mk> -.if ${OSVERSION} < 501000 -BROKEN= Does not build -.endif - post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc |