aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rancid3
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-01-13 17:42:24 +0000
committerMark Felder <feld@FreeBSD.org>2017-01-13 17:42:24 +0000
commita57cc04fa4c7e2c62866deccbbd3f4c363278286 (patch)
tree44ffe188eb0148523cd899b17ebc94293ed88bc0 /net-mgmt/rancid3
parent47d7f8526d4c8abd43d5d88e887c328f6dde55d9 (diff)
downloadports-a57cc04fa4c7e2c62866deccbbd3f4c363278286.tar.gz
ports-a57cc04fa4c7e2c62866deccbbd3f4c363278286.zip
net-mgmt/rancid3: Fix path to perl in sample config file
MFH: 2017Q1
Notes
Notes: svn path=/head/; revision=431404
Diffstat (limited to 'net-mgmt/rancid3')
-rw-r--r--net-mgmt/rancid3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/rancid3/Makefile b/net-mgmt/rancid3/Makefile
index e33ddc2e1b50..dd47385c66d0 100644
--- a/net-mgmt/rancid3/Makefile
+++ b/net-mgmt/rancid3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rancid
PORTVERSION= 3.6.2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/
PKGNAMESUFFIX= 3
@@ -67,6 +67,7 @@ post-patch:
.endif
${REINPLACE_CMD} "s|par.1|rancid-par.1|" ${WRKSRC}/man/Makefile.in
${MV} ${WRKSRC}/man/par.1 ${WRKSRC}/man/rancid-par.1
+ ${REINPLACE_CMD} 's|uid=`perl|uid=`${PERL}|' ${WRKSRC}/etc/rancid.conf.sample.in
post-install:
${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/periodic/hourly