aboutsummaryrefslogtreecommitdiff
path: root/net/qadsl
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-02-26 01:13:45 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-02-26 01:13:45 +0000
commit5f4b7a3882a5699431d502069d627da49f661ab3 (patch)
treeac77ff6390ca9dc84713a08d049e275bd848355a /net/qadsl
parentf428d83706730b99da02eb8d12c5fbeb173e2141 (diff)
downloadports-5f4b7a3882a5699431d502069d627da49f661ab3.tar.gz
ports-5f4b7a3882a5699431d502069d627da49f661ab3.zip
Notes
Diffstat (limited to 'net/qadsl')
-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>