diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:05:19 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:05:19 +0000 |
commit | 3a93c08cd424e3c6e35c021346e257e2136f6298 (patch) | |
tree | e5b244f8eab75a4947b9d7ce8d757989718c5333 /net/bgpq | |
parent | bc84920be715f7b7c39d229b0756ccb7eeb9beb4 (diff) | |
download | ports-3a93c08cd424e3c6e35c021346e257e2136f6298.tar.gz ports-3a93c08cd424e3c6e35c021346e257e2136f6298.zip |
Notes
Diffstat (limited to 'net/bgpq')
-rw-r--r-- | net/bgpq/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/bgpq/Makefile b/net/bgpq/Makefile deleted file mode 100644 index 36a133828316..000000000000 --- a/net/bgpq/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: bgpq -# Date created: 21 Jan 2002 -# Whom: Alexandre Snarskii <snar@paranoia.ru> -# -# $FreeBSD$ - -PORTNAME= bgpq -PORTVERSION= 1.0.7.6 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ - -MAINTAINER= snar@paranoia.ru -COMMENT= Bgpq - lightweight access-list generator for cisco routers - -MAN8= bgpq.8 -PLIST_FILES= bin/bgpq - -HAS_CONFIGURE= yes - -post-install: - ${STRIP_CMD} ${PREFIX}/bin/bgpq - -.include <bsd.port.mk> |