pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/speedtouch Update speedtouch to 1.2-beta2nb3
details: https://anonhg.NetBSD.org/pkgsrc/rev/15487c3f0571
branches: trunk
changeset: 485723:15487c3f0571
user: abs <abs%pkgsrc.org@localhost>
date: Sun Dec 19 16:48:36 2004 +0000
description:
Update speedtouch to 1.2-beta2nb3
- Fix pppoa2 path in sample ppp.conf to be based on ${PREFIX} not /usr/local
diffstat:
net/speedtouch/Makefile | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 17850113057c -r 15487c3f0571 net/speedtouch/Makefile
--- a/net/speedtouch/Makefile Sun Dec 19 11:31:29 2004 +0000
+++ b/net/speedtouch/Makefile Sun Dec 19 16:48:36 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index