aboutsummaryrefslogtreecommitdiff
path: root/net/cidr/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-04 03:17:12 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-04 03:17:12 +0000
commitb28335a0f8bd5bf24abd5da5bc3a491b4ea3e3d1 (patch)
tree4e2d00c6f0a3d0b0d1c735798d3040d67cbb4227 /net/cidr/Makefile
parentd53c696955d15c99807ed506ac9c5d440d24c52f (diff)
Notes
Diffstat (limited to 'net/cidr/Makefile')
-rw-r--r--net/cidr/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/cidr/Makefile b/net/cidr/Makefile
index 53fd1d57e889..bfed7e3061de 100644
--- a/net/cidr/Makefile
+++ b/net/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>