summaryrefslogtreecommitdiff
path: root/net/ppp-mppe
diff options
context:
space:
mode:
authorkim <kim>2002-01-19 15:22:53 +0000
committerkim <kim>2002-01-19 15:22:53 +0000
commit233fe03d2bc82152c33c311c85996a19142bf1fb (patch)
tree99b277e5a44b2224b12ec65b606e4dc2f8b3bf54 /net/ppp-mppe
parent4016e8300cbe16031d1c05497d8755793d200f2f (diff)
downloadpkgsrc-233fe03d2bc82152c33c311c85996a19142bf1fb.tar.gz
Always test thoroughly... Fixed previous fix.
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r--net/ppp-mppe/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile
index 7ec72237806..a0acebe8f13 100644
--- a/net/ppp-mppe/Makefile
+++ b/net/ppp-mppe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/01/19 15:12:11 kim Exp $
+# $NetBSD: Makefile,v 1.13 2002/01/19 15:22:53 kim Exp $
DISTNAME= ppp-2.3.9
PKGNAME= ppp-mppe-2.3.9
@@ -15,10 +15,6 @@ OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS}
HAS_CONFIGURE= yes
MANCOMPRESSED_IF_MANZ= yes
-.for OPT in ${MANINSTALL}
-PLIST_SRC+= ${PKGDIR}/PLIST.${OPT}
-.endfor
-
post-extract:
if [ ! -e ${OPENSSL_SRC}/crypto/rc4 ]; then \
cd ../../security/openssl && ${MAKE} extract; \
@@ -58,3 +54,7 @@ pre-build:
.endif
.include "../../mk/bsd.pkg.mk"
+
+.for OPT in ${MANINSTALL}
+PLIST_SRC+= ${PKGDIR}/PLIST.${OPT}
+.endfor