From a57cc04fa4c7e2c62866deccbbd3f4c363278286 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 13 Jan 2017 17:42:24 +0000 Subject: net-mgmt/rancid3: Fix path to perl in sample config file MFH: 2017Q1 --- net-mgmt/rancid3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-mgmt') 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 -- cgit v1.2.3