aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-02-26 09:13:45 +0800
committermnag <mnag@FreeBSD.org>2006-02-26 09:13:45 +0800
commit42ddacc14090bbc687c3b6aeb6695bf062b1a1a5 (patch)
tree7e950bef499047844d16b62e581312c1d863ffe7 /net
parent70c72c0a3ebba9ec5cba1665e8029775f9ea38b6 (diff)
downloadfreebsd-ports-gnome-42ddacc14090bbc687c3b6aeb6695bf062b1a1a5.tar.gz
freebsd-ports-gnome-42ddacc14090bbc687c3b6aeb6695bf062b1a1a5.tar.zst
freebsd-ports-gnome-42ddacc14090bbc687c3b6aeb6695bf062b1a1a5.zip
- Unbroken
- Remove extra install of rc.d script - Bump PORTREVISION - portlint(1) Approved by: portmgr (kris)
Diffstat (limited to 'net')
-rw-r--r--net/qadsl/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile
index 6217b4d45986..814a32eae1d7 100644
--- a/net/qadsl/Makefile
+++ b/net/qadsl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qadsl
PORTVERSION= 1.3.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://savannah.gnu.org/download/alive/
DISTNAME= qadsl-${PORTVERSION}
@@ -14,15 +15,12 @@ DISTNAME= qadsl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Auto login/Keep-alive for Telia AB ADSL, COMHEM Cable and Tiscali Internet
-BROKEN= Incomplete pkg-plist
-
USE_RC_SUBR= qadsl.sh
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= \
- --with-global-cfg=${PREFIX}/etc/qadsl.conf \
+CONFIGURE_ARGS= --with-global-cfg=${PREFIX}/etc/qadsl.conf \
--with-pidfile=/var/run/qadsl.pid
MAN8= qadsl.8
@@ -31,10 +29,9 @@ INFO= qadsl
PLIST_FILES= sbin/qadsl etc/qadsl.conf.sample
post-extract:
- @${CAT} ${WRKSRC}/etc/qadsl.conf > ${WRKSRC}/etc/qadsl.conf.sample
+ @${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample
post-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/qadsl.sh ${PREFIX}/etc/rc.d/qadsl.sh
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>