summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-09-15 16:27:53 +0000
committerjmmv <jmmv@pkgsrc.org>2003-09-15 16:27:53 +0000
commit330af2e51777258322424b7d7684be7548c4c0da (patch)
treeec6116f00b9f91687f9cdd4db72e0de767e282cb /net
parent1282fc385840b46bb1db427950f050b76a4f9d3f (diff)
downloadpkgsrc-330af2e51777258322424b7d7684be7548c4c0da.tar.gz
Add MANINSTALL to BUILD_DEFS for completeness.
Diffstat (limited to 'net')
-rw-r--r--net/ppp-mppe/Makefile8
-rw-r--r--net/spegla/Makefile6
2 files changed, 10 insertions, 4 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}"
diff --git a/net/spegla/Makefile b/net/spegla/Makefile
index 0cf39ed008d..01ca9ffcf74 100644
--- a/net/spegla/Makefile
+++ b/net/spegla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/17 18:19:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/09/15 16:27:55 jmmv Exp $
DISTNAME= spegla-1.1
CATEGORIES= net
@@ -11,6 +11,10 @@ COMMENT= Mirror program for FTP sites (written in C)
MANCOMPRESSED_IF_MANZ= yes
PLIST_SRC= ${WRKDIR}/PLIST
+.include "../../mk/bsd.prefs.mk"
+
+BUILD_DEFS+= MANINSTALL
+
post-install:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@for OPT in ${MANINSTALL} x; do \