diff options
author | kim <kim@pkgsrc.org> | 2002-01-19 15:22:53 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-01-19 15:22:53 +0000 |
commit | 0fbec6ddc2073bb95e898023c19cc50e86067a7b (patch) | |
tree | 99b277e5a44b2224b12ec65b606e4dc2f8b3bf54 /net/ppp-mppe | |
parent | 3301665c8d808529d34bac3f87eca8d00858a827 (diff) | |
download | pkgsrc-0fbec6ddc2073bb95e898023c19cc50e86067a7b.tar.gz |
Always test thoroughly... Fixed previous fix.
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r-- | net/ppp-mppe/Makefile | 10 |
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 |