aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cidr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cidr/Makefile')
-rw-r--r--net-mgmt/cidr/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile
index 53fd1d57e889..bfed7e3061de 100644
--- a/net-mgmt/cidr/Makefile
+++ b/net-mgmt/cidr/Makefile
@@ -5,21 +5,20 @@
# $FreeBSD$
PORTNAME= cidr
-PORTVERSION= 2.3.1
+PORTVERSION= 2.3.2
CATEGORIES= net
-MASTER_SITES= http://home.netcom.com/~naym/cidr/
+MASTER_SITES= http://geeksoul.com/robert/cidr/
DISTNAME= cidr-current
MAINTAINER= midom@dammit.lt
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= cidr
+MAN1= cidr.1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cidr ${PREFIX}/bin/cidr
${INSTALL_MAN} ${WRKSRC}/cidr.1 ${PREFIX}/man/man1/cidr.1
-MAN1= cidr.1
-
.include <bsd.port.mk>