diff options
author | brian <brian@FreeBSD.org> | 2002-01-07 18:36:46 +0800 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-01-07 18:36:46 +0800 |
commit | 31ce1d4010b7e4eea324b2794d6c9fa9e0e4d705 (patch) | |
tree | b783f3651defaace521a7dbb7a118f416e7f0359 /net/pppoa/Makefile | |
parent | 972bb0c8c8f18837be268d283b338f1524e7595a (diff) | |
download | freebsd-ports-graphics-31ce1d4010b7e4eea324b2794d6c9fa9e0e4d705.tar.gz freebsd-ports-graphics-31ce1d4010b7e4eea324b2794d6c9fa9e0e4d705.tar.zst freebsd-ports-graphics-31ce1d4010b7e4eea324b2794d6c9fa9e0e4d705.zip |
Upgrade to version 1.0
Bump PORTEPOCH (as we're going from 20011007 to 1.0)
Add http://prdownloads.sourceforge.net/speedtouch/ as a master site
Correct a typo in the Makefile (arpwatch -> libdata)
Update accreditations as requested by the author
Default the mode to -ddial rather than -background
Fix a typo in the quick-install dialogue
Diffstat (limited to 'net/pppoa/Makefile')
-rw-r--r-- | net/pppoa/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net/pppoa/Makefile b/net/pppoa/Makefile index 10a897b9586..5b942903fd4 100644 --- a/net/pppoa/Makefile +++ b/net/pppoa/Makefile @@ -6,9 +6,11 @@ # PORTNAME= pppoa -PORTVERSION= 20011007 +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= http://www.xsproject.org/speedtouch/files/ \ +MASTER_SITES= http://prdownloads.sourceforge.net/speedtouch/ \ + http://www.xsproject.org/speedtouch/files/ \ http://www.alcatel.com/consumer/dsl/ \ http://benoit.papillault.free.fr/speedtouch/ DISTFILES= ${SPEEDTOUCH}.tar.gz speedmgmt.tar.gz @@ -16,7 +18,7 @@ DISTFILES= ${SPEEDTOUCH}.tar.gz speedmgmt.tar.gz MAINTAINER= brian@Awfulhak.org HAS_CONFIGURE= yes -SPEEDTOUCH= speedtouch-${PORTVERSION} +SPEEDTOUCH= speedtouch-1_0 NO_CDROM= "http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm" NO_PACKAGE= "http://www.alcatel.com/consumer/dsl/disclaimer_lx.htm" RESTRICTED_FILES= speedmgmt.tar.gz @@ -29,13 +31,10 @@ post-install: if [ ! -d ${PREFIX}/libdata ]; then \ ${MKDIR} ${PREFIX}/libdata; \ ${CHMOD} 775 ${PREFIX}/libdata; \ - ${CHOWN} root:wheel ${PREFIX}/arpwatch; \ + ${CHOWN} root:wheel ${PREFIX}/libdata; \ fi ${INSTALL_DATA} ${WRKSRC}/../mgmt/mgmt.o ${PREFIX}/libdata/. ${INSTALL_DATA} ${FILESDIR}/quick-install ${PREFIX}/share/speedtouch/. ${CAT} ${PREFIX}/share/speedtouch/quick-install - ${INSTALL_MAN} ${WRKSRC}/doc-linux/modem_run.1 ${PREFIX}/man/man1/. - ${INSTALL_MAN} ${WRKSRC}/doc-linux/pppoa2.1 ${PREFIX}/man/man1/. - ${INSTALL_MAN} ${WRKSRC}/doc-linux/pppoa3.1 ${PREFIX}/man/man1/. .include <bsd.port.mk> |