diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-10-17 23:23:15 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-10-17 23:23:15 +0000 |
commit | 46a42a2e26c854400a75838ba4ae04f572f4b8b9 (patch) | |
tree | 2184a46ed2ca9846e8f20a3fc74e599f7f455a9b /net | |
parent | 1b325d3165ec9c3878d05a791a0614a923fe0e46 (diff) | |
download | pkgsrc-46a42a2e26c854400a75838ba4ae04f572f4b8b9.tar.gz |
Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was there
before!)
Diffstat (limited to 'net')
-rw-r--r-- | net/ppp-mppe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index bde119f48e9..6bd42615bf1 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/04/22 19:48:52 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/10/17 23:23:16 hubertf Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.moretonbay.com/vpn/releases/ COMMENT= PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption OPENSSL_VERS= 0.9.6 -OPENSSL_SRC= ${BUILD_ROOT}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS} +OPENSSL_SRC= ${PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS} HAS_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes |