summaryrefslogtreecommitdiff
path: root/net/ppp-mppe
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-15 16:27:53 +0000
committerjmmv <jmmv>2003-09-15 16:27:53 +0000
commitd187340c12228315745ca5ac67ecdc882c10c17a (patch)
treeec6116f00b9f91687f9cdd4db72e0de767e282cb /net/ppp-mppe
parentd715fd60958449e62ca3bc35176c3df69eef5e8b (diff)
downloadpkgsrc-d187340c12228315745ca5ac67ecdc882c10c17a.tar.gz
Add MANINSTALL to BUILD_DEFS for completeness.
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r--net/ppp-mppe/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile
index 66c32f4bbe2..38ae603defe 100644
--- a/net/ppp-mppe/Makefile
+++ b/net/ppp-mppe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/07/17 22:51:39 grant Exp $
+# $NetBSD: Makefile,v 1.18 2003/09/15 16:27:55 jmmv Exp $
DISTNAME= ppp-2.3.9
PKGNAME= ppp-mppe-2.3.9
@@ -17,6 +17,10 @@ OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS}
HAS_CONFIGURE= yes
MANCOMPRESSED_IF_MANZ= yes
+.include "../../mk/bsd.prefs.mk"
+
+BUILD_DEFS+= MANINSTALL
+
post-extract:
if [ ! -e ${OPENSSL_SRC}/crypto/rc4 ]; then \
cd ../../security/openssl && ${MAKE} extract; \
@@ -44,8 +48,6 @@ pre-install:
pre-clean:
cd ../../security/openssl && ${MAKE} clean
-.include "../../mk/bsd.prefs.mk"
-
SYSDIR?= /sys
MAKE_ENV+= SYSDIR="${SYSDIR}"