aboutsummaryrefslogtreecommitdiffstats
path: root/security/krb5/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2001-03-03 01:33:57 +0800
committernectar <nectar@FreeBSD.org>2001-03-03 01:33:57 +0800
commit66af8a6098565043a57df49320e5cca95768deef (patch)
tree37f4ca5d8e650acbcc3ead6b97b6c8c5b7cf7e3a /security/krb5/Makefile
parent0bd015ad25f57b52db97eb01400cac91ccbc4427 (diff)
downloadfreebsd-ports-gnome-66af8a6098565043a57df49320e5cca95768deef.tar.gz
freebsd-ports-gnome-66af8a6098565043a57df49320e5cca95768deef.tar.zst
freebsd-ports-gnome-66af8a6098565043a57df49320e5cca95768deef.zip
Update 1.2.1 -> 1.2.2
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r--security/krb5/Makefile23
1 files changed, 1 insertions, 22 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index 0c6bf3069e5d..91f5743bba17 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= krb5
-PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTVERSION= 1.2.2
CATEGORIES= security
MASTER_SITES= # manual download
-EXTRACT_SUFX= .tar
MAINTAINER= nectar@FreeBSD.org
@@ -72,25 +70,6 @@ do-fetch:
${FALSE}; \
fi
-# the distfile is actually a tar of three compressed tars and their
-# signatures
-do-extract:
- @${RM} -rf ${WRKDIR}
- @${MKDIR} ${WRKDIR}
- @(cd ${WRKDIR} && ${TAR} -xf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
- @for f in crypto doc src; do \
- cd ${WRKDIR} && \
- ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTNAME}.$$f.tar.gz \
- ${EXTRACT_AFTER_ARGS} && \
- ${RM} ${DISTNAME}.$$f.tar.gz ${DISTNAME}.$$f.tar.gz.asc; \
- done
-.if !defined(EXTRACT_PRESERVE_OWNERSHIP)
- @if [ `id -u` = 0 ]; then \
- ${CHMOD} -R ug-s ${WRKDIR}; \
- ${CHOWN} -R 0:0 ${WRKDIR}; \
- fi
-.endif
-
pre-build:
.if !defined(KRB5_KRB4_COMPAT)
@${ECHO} "------------------------------------------------------"