diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-08 19:20:28 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-08 19:20:28 +0000 |
commit | cd3850e140c7c34e6c06d2dbf5b8ae4eebac6941 (patch) | |
tree | 729e6b06b465fec44838f2728af3a9c0c773ce47 /net/rp-pppoe/Makefile | |
parent | 949ef8e014811d9391d4c11747a9323927fb6320 (diff) | |
download | ports-cd3850e140c7c34e6c06d2dbf5b8ae4eebac6941.tar.gz ports-cd3850e140c7c34e6c06d2dbf5b8ae4eebac6941.zip |
Notes
Diffstat (limited to 'net/rp-pppoe/Makefile')
-rw-r--r-- | net/rp-pppoe/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 00f1aefd6bb2..b4c88b7ed667 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -6,14 +6,13 @@ # PORTNAME= rp-pppoe -PORTVERSION= 3.7 +PORTVERSION= 3.8 CATEGORIES= net MASTER_SITES= http://www.roaringpenguin.com/penguin/pppoe/ MAINTAINER= matthias.andree@gmx.de -COMMENT= "The popular Roaring Penguin's PPPoE software" +COMMENT= The popular Roaring Penguin's PPPoE software -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PATCH_WRKSRC= ${WRKSRC}/src |