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)
This commit is contained in:
Koichiro Iwao 2019-10-08 02:23:34 +00:00
parent 5ba98e11e4
commit 47a84c7744
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=514023

View File

@ -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 \