diff options
author | abs <abs@pkgsrc.org> | 2004-12-19 16:48:36 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-12-19 16:48:36 +0000 |
commit | 5b7085e4aa62520c07f5ce54869c45b73fd0dfb4 (patch) | |
tree | 4c51772fe3e1ad6b3abb8e53ea3fbfe62b7b66ae /net | |
parent | 48691685db164c021d8c2cf96a4454685313c0e1 (diff) | |
download | pkgsrc-5b7085e4aa62520c07f5ce54869c45b73fd0dfb4.tar.gz |
Update speedtouch to 1.2-beta2nb3
- Fix pppoa2 path in sample ppp.conf to be based on ${PREFIX} not /usr/local
Diffstat (limited to 'net')
-rw-r--r-- | net/speedtouch/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/speedtouch/Makefile b/net/speedtouch/Makefile index e7733a75921..4d63741364c 100644 --- a/net/speedtouch/Makefile +++ b/net/speedtouch/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/08/05 13:38:00 drochner Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/19 16:48:36 abs Exp $ # DISTNAME= speedtouch-1.2-beta2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=speedtouch/} \ http://www.alcatel.com/consumer/dsl/ @@ -19,6 +19,12 @@ GNU_CONFIGURE= yes RCD_SCRIPTS= adsl +SAMPLECONF= ${WRKSRC}/doc-bsd/ppp.conf.sample + +post-build: + ${CP} ${SAMPLECONF} ${SAMPLECONF}.pre + ${SED} 's:/usr/local:${PREFIX}:' ${SAMPLECONF}.pre > ${SAMPLECONF} + post-install: ${INSTALL_DATA} ${WRKDIR}/mgmt/mgmt.o ${PREFIX}/libdata/alcaudsl.sys |