summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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