aboutsummaryrefslogtreecommitdiff
path: root/dns/ddclient
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-10-06 16:42:31 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-10-06 16:42:31 +0000
commit6b917ccc69484c2041861c2a9d28d5d18ed1267c (patch)
treef17ba5a8cf64aababcfbf09371a88b051f92d127 /dns/ddclient
parent89cd19be8d241b02a8a7a944fca5b61e5587aeda (diff)
downloadports-6b917ccc69484c2041861c2a9d28d5d18ed1267c.tar.gz
ports-6b917ccc69484c2041861c2a9d28d5d18ed1267c.zip
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 MFH: 2019Q4
Notes
Notes: svn path=/head/; revision=513895
Diffstat (limited to 'dns/ddclient')
-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 \