diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-10-09 09:53:51 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-10-09 09:53:51 +0000 |
commit | b3de425212fb4dca763156de1139b6f3c671cc6f (patch) | |
tree | 6d141554bfc410113fb9b7330c8e75c3af46a9c6 /net-mgmt/cdpr/Makefile | |
parent | 4e1f580a029e82729cedce3afa2315427bc75e3e (diff) | |
download | ports-b3de425212fb4dca763156de1139b6f3c671cc6f.tar.gz ports-b3de425212fb4dca763156de1139b6f3c671cc6f.zip |
Notes
Diffstat (limited to 'net-mgmt/cdpr/Makefile')
-rw-r--r-- | net-mgmt/cdpr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/cdpr/Makefile b/net-mgmt/cdpr/Makefile index b52915c776f7..1f60730a413c 100644 --- a/net-mgmt/cdpr/Makefile +++ b/net-mgmt/cdpr/Makefile @@ -7,16 +7,14 @@ # PORTNAME= cdpr -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= net-mgmt -MASTER_SITES= http://www.monkeymental.com/mmfiles/ \ - http://freebsdcluster.org/~mich/software/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mich@FreeBSD.org COMMENT= Cisco Discovery Protocol Reporter -CFLAGS+= -ggdb LDFLAGS+= -L${LOCALBASE}/lib -lpcap DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |