diff options
author | kristerw <kristerw> | 2005-06-23 16:43:00 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-23 16:43:00 +0000 |
commit | 316ac9e9784e002d9f605efdfb9dcf72a2203e73 (patch) | |
tree | 0d08d348d6ed44dcc2d3b981faa6c262e6884500 /net/rp-pppoe/Makefile | |
parent | 12d6b584f9c8d8addf1c393ddf598a946f604308 (diff) | |
download | pkgsrc-316ac9e9784e002d9f605efdfb9dcf72a2203e73.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'net/rp-pppoe/Makefile')
-rw-r--r-- | net/rp-pppoe/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 7f3b6db872c..13b3789d4ee 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2004/12/28 02:47:47 reed Exp $ +# $NetBSD: Makefile,v 1.27 2005/06/23 16:48:27 kristerw Exp $ DISTNAME= rp-pppoe-3.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${HOMEPAGE} \ http://roaringpenguin.luky.org/pppoe/ @@ -14,8 +14,10 @@ CONFLICTS+= mouse_pppoe<20000912nb1 WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_PKGINSTALL= YES +USE_TOOLS+= id GNU_CONFIGURE= YES CONFIGURE_ENV+= PPPD=${PPPD} +CONFIGURE_ENV+= ac_cv_path_ID="${TOOLS_ID}" RCD_SCRIPTS= pppoe |