From 5b7085e4aa62520c07f5ce54869c45b73fd0dfb4 Mon Sep 17 00:00:00 2001 From: abs Date: Sun, 19 Dec 2004 16:48:36 +0000 Subject: Update speedtouch to 1.2-beta2nb3 - Fix pppoa2 path in sample ppp.conf to be based on ${PREFIX} not /usr/local --- net/speedtouch/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'net') 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 -- cgit v1.2.3