diff options
Diffstat (limited to 'net/rp-pppoe/Makefile')
-rw-r--r-- | net/rp-pppoe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 9dc458277ab..566985b526f 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2003/07/17 22:51:47 grant Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/20 12:22:21 agc Exp $ DISTNAME= rp-pppoe-3.5 -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= net MASTER_SITES= ${HOMEPAGE} \ http://roaringpenguin.luky.org/pppoe/ @@ -12,6 +11,7 @@ COMMENT= Roaring Penguin's PPP over Ethernet client CONFLICTS+= mouse_pppoe<20000912nb1 +WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_PKGINSTALL= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= PPPD=${PPPD} |