diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-15 16:27:53 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-15 16:27:53 +0000 |
commit | 330af2e51777258322424b7d7684be7548c4c0da (patch) | |
tree | ec6116f00b9f91687f9cdd4db72e0de767e282cb /net/ppp-mppe | |
parent | 1282fc385840b46bb1db427950f050b76a4f9d3f (diff) | |
download | pkgsrc-330af2e51777258322424b7d7684be7548c4c0da.tar.gz |
Add MANINSTALL to BUILD_DEFS for completeness.
Diffstat (limited to 'net/ppp-mppe')
-rw-r--r-- | net/ppp-mppe/Makefile | 8 |
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}" |