summaryrefslogtreecommitdiff
path: root/net-mgmt/rancid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/rancid/Makefile')
-rw-r--r--net-mgmt/rancid/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile
index 346ced6a4e69..3ed851297999 100644
--- a/net-mgmt/rancid/Makefile
+++ b/net-mgmt/rancid/Makefile
@@ -7,15 +7,13 @@
PORTNAME= rancid
PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Really Awesome New Cisco confIg Differ
-BROKEN= "Bad pkg-plist"
-
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
@@ -48,9 +46,9 @@ post-install:
@ ${ECHO}
.endif
.for file in ${CONFIG_FILES}
- @ if [ -f ${PREFIX}/rancid/${file}.new ] ; then \
- ${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.new"; \
- ${ECHO} " : *** review ${file} for new/deprecated switches"; \
+ @ if [ -f ${PREFIX}/rancid/${file}.dist ] ; then \
+ ${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.dist"; \
+ ${ECHO} " : *** review ${file}.dist for new/deprecated switches or install in place ${file}"; \
fi
.endfor