diff options
Diffstat (limited to 'net-mgmt/rancid-devel/Makefile')
-rw-r--r-- | net-mgmt/rancid-devel/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile index 346ced6..3ed8512 100644 --- a/net-mgmt/rancid-devel/Makefile +++ b/net-mgmt/rancid-devel/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 |