summaryrefslogtreecommitdiff
path: root/net/speedtouch
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2004-12-19 16:48:36 +0000
committerabs <abs@pkgsrc.org>2004-12-19 16:48:36 +0000
commitc58a073c8e362de51e8950fdc38d4c9eb3f4ca53 (patch)
tree4c51772fe3e1ad6b3abb8e53ea3fbfe62b7b66ae /net/speedtouch
parent5c06186cd076c1c19bf5063a95abf0ccd0ee1c44 (diff)
downloadpkgsrc-c58a073c8e362de51e8950fdc38d4c9eb3f4ca53.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/speedtouch')
-rw-r--r--net/speedtouch/Makefile10
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