From 7623ef2caf6b438aad975607ecbb30d3290bf6f5 Mon Sep 17 00:00:00 2001 From: kristerw Date: Thu, 23 Jun 2005 16:43:00 +0000 Subject: Prevent paths to the build directories from being included in the package. Bump PKGREVISION. --- net/rp-pppoe/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net/rp-pppoe') 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 -- cgit v1.2.3