aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-10-08 02:23:34 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-10-08 02:23:34 +0000
commit47a84c7744c85567c75289ca62eddb1641cc107d (patch)
treeb73a575556555f0034c164749e12b43bb731268e /dns
parent5ba98e11e4690c929f7e4c563e7e346ed90c1ce1 (diff)
downloadports-47a84c7744c85567c75289ca62eddb1641cc107d.tar.gz
ports-47a84c7744c85567c75289ca62eddb1641cc107d.zip
MFH: r513895
dns/ddclient: Get rid of a wrong shebang statement in bin/ddclient. It has double shebang line and one is "#!/usr/local/local/bin/perl -w" This is definitely wrong. Also bumped PORTREVISION due to package content change. PR: 231277 Submitted by: koobs Reported by: O. Hartmann <ohartmann@walstatt.org> Approved by: maintainer Approved by: portmgr (miwi)
Notes
Notes: svn path=/branches/2019Q4/; revision=514023
Diffstat (limited to 'dns')
-rw-r--r--dns/ddclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile
index b9dfa27e3af3..e2bdc2273dd8 100644
--- a/dns/ddclient/Makefile
+++ b/dns/ddclient/Makefile
@@ -5,7 +5,7 @@ PORTNAME= ddclient
DISTVERSIONPREFIX= v
DISTVERSION= 3.8.3-104
DISTVERSIONSUFFIX= -gec2acfb
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns
MAINTAINER= mjl@luckie.org.nz
@@ -42,6 +42,8 @@ post-patch:
's|/usr|${PREFIX}|g'
@${REINPLACE_CMD} -e 's|%%ETCDIR%%|${PREFIX}/etc| ; \
s|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/ddclient
+ @${REINPLACE_CMD} -e '/^\#\!\/usr\/local\/local/d' \
+ ${WRKSRC}/ddclient
do-install:
(cd ${WRKSRC} && ${INSTALL_DATA} sample-etc_ddclient.conf \