diff options
Diffstat (limited to 'net-mgmt/ciscoconf')
-rw-r--r-- | net-mgmt/ciscoconf/Makefile | 36 | ||||
-rw-r--r-- | net-mgmt/ciscoconf/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/ciscoconf/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/ciscoconf/pkg-descr | 7 | ||||
-rw-r--r-- | net-mgmt/ciscoconf/pkg-plist | 4 |
5 files changed, 0 insertions, 49 deletions
diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile deleted file mode 100644 index b2f0f17401e0..000000000000 --- a/net-mgmt/ciscoconf/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: ciscoconf -# Date created: 11 September 1998 -# Whom: jabley@clear.co.nz -# -# $FreeBSD$ -# - -PORTNAME= ciscoconf -PORTVERSION= 1.1 -CATEGORIES= net -MASTER_SITES= http://www.automagic.org/~jabley/ - -MAINTAINER= jabley@automagic.org - -BUILD_DEPENDS= makedepend:${PORTSDIR}/x11/XFree86 -ALL_TARGET= depend all -MAN8= ciscoconfd.8 ciscoconfr.8 - -post-patch: - - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old - ${CAT} ${WRKSRC}/Makefile.old | \ - ${SED} -e 's#/usr/local#${PREFIX}#g' | \ - ${SED} -e 's#lib/cisco#share/cisco#' \ - >> ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man ${PREFIX}/man/man8/ciscoconfd.8 - ${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man ${PREFIX}/man/man8/ciscoconfr.8 - -post-install: - ${MKDIR} ${PREFIX}/share/cisco/RCS - -.include <bsd.port.mk> diff --git a/net-mgmt/ciscoconf/distinfo b/net-mgmt/ciscoconf/distinfo deleted file mode 100644 index 21d6bf376786..000000000000 --- a/net-mgmt/ciscoconf/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ciscoconf-1.1.tar.gz) = b6b598c31b92209fdab99d56cdde2555 diff --git a/net-mgmt/ciscoconf/pkg-comment b/net-mgmt/ciscoconf/pkg-comment deleted file mode 100644 index 7091ef143f43..000000000000 --- a/net-mgmt/ciscoconf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fetches configuration from Cisco routers and stores them under RCS diff --git a/net-mgmt/ciscoconf/pkg-descr b/net-mgmt/ciscoconf/pkg-descr deleted file mode 100644 index 71e121b1c896..000000000000 --- a/net-mgmt/ciscoconf/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ciscoconf automagically fetches configuration from Cisco routers whenever -syslog indicates that a change has been made, and stores them under RCS. - -MORE INFORMATION - -For more information, or to foward comments or details of problems, please -contact Joe Abley <jabley@automagic.org>. diff --git a/net-mgmt/ciscoconf/pkg-plist b/net-mgmt/ciscoconf/pkg-plist deleted file mode 100644 index 5d53dfb8e418..000000000000 --- a/net-mgmt/ciscoconf/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/ciscoconfd -bin/ciscoconfr -@dirrm share/cisco/RCS -@dirrm share/cisco |