diff options
Diffstat (limited to 'net/rp-pppoe/Makefile')
-rw-r--r-- | net/rp-pppoe/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index b6274f74433..92e6d826595 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2006/10/04 21:53:18 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2006/11/01 15:17:13 martin Exp $ -DISTNAME= rp-pppoe-3.5 -PKGREVISION= 2 +DISTNAME= rp-pppoe-3.8 +# PKGREVISION= 0 CATEGORIES= net -MASTER_SITES= http://www.roaringpenguin.com/penguin/pppoe/ \ - http://roaringpenguin.luky.org/pppoe/ +MASTER_SITES= http://www.roaringpenguin.com/files/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.roaringpenguin.com/penguin/open_source_rp-pppoe.php @@ -19,6 +18,7 @@ GNU_CONFIGURE= YES CONFIGURE_DIRS= src CONFIGURE_ENV+= PPPD=${PPPD:Q} CONFIGURE_ENV+= ID=${TOOLS_ID:Q} +MAKE_ENV+= OPSYS=${OPSYS} BUILD_DIRS= src RCD_SCRIPTS= pppoe |