diff options
author | feld <feld@FreeBSD.org> | 2017-01-14 01:42:24 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-01-14 01:42:24 +0800 |
commit | 7d845712f237cd09c6f2dd3b93eca87a947933a2 (patch) | |
tree | 44ffe188eb0148523cd899b17ebc94293ed88bc0 /net-mgmt/rancid3 | |
parent | b268dd86f2f95da8dd6a61277641acfa73eab28a (diff) | |
download | freebsd-ports-gnome-7d845712f237cd09c6f2dd3b93eca87a947933a2.tar.gz freebsd-ports-gnome-7d845712f237cd09c6f2dd3b93eca87a947933a2.tar.zst freebsd-ports-gnome-7d845712f237cd09c6f2dd3b93eca87a947933a2.zip |
net-mgmt/rancid3: Fix path to perl in sample config file
MFH: 2017Q1
Diffstat (limited to 'net-mgmt/rancid3')
-rw-r--r-- | net-mgmt/rancid3/Makefile | 3 |
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 |