aboutsummaryrefslogtreecommitdiff
path: root/dns/ez-ipupdate/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-17 18:55:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-17 18:55:18 +0000
commit8f30f1c6929550889bea3e407ba780cdfaf57756 (patch)
treea6f22b8366489fa447e434c819481fe3bc2871c6 /dns/ez-ipupdate/Makefile
parentb90f24fe2d9ea12500142e33bdb4ef22b209eb4d (diff)
downloadports-8f30f1c6929550889bea3e407ba780cdfaf57756.tar.gz
ports-8f30f1c6929550889bea3e407ba780cdfaf57756.zip
Notes
Diffstat (limited to 'dns/ez-ipupdate/Makefile')
-rw-r--r--dns/ez-ipupdate/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/dns/ez-ipupdate/Makefile b/dns/ez-ipupdate/Makefile
index 34873001c18a..05eb9753ad56 100644
--- a/dns/ez-ipupdate/Makefile
+++ b/dns/ez-ipupdate/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ez-ipupdate
PORTVERSION= 3.0.11b8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= http://dyn.pl/client/UNIX/ez-ipupdate/ \
http://www.yi.org/help/software/ \
@@ -16,14 +16,9 @@ MASTER_SITES= http://dyn.pl/client/UNIX/ez-ipupdate/ \
MAINTAINER= se@FreeBSD.org
COMMENT= Update your host name on any dynamic DNS service
-USE_RC_SUBR= yes
+USE_RC_SUBR= ez-ipupdate.sh
GNU_CONFIGURE= yes
-post-build:
- @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
- -e 's,%%RC_SUBR%%,${RC_SUBR},g' \
- ${FILESDIR}/${PORTNAME}.sh >${WRKDIR}/${PORTNAME}.sh
-
post-install:
${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
for f in ${WRKSRC}/example-*.conf; \
@@ -32,6 +27,5 @@ post-install:
done
${INSTALL_DATA} ${WRKSRC}/example.conf \
${PREFIX}/etc/${PORTNAME}.conf.sample
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/etc/rc.d/
.include <bsd.port.mk>