diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | ed33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch) | |
tree | bb126f7f4deabe676254cb651c5b8a780976235f /devel/cons | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) | |
download | ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.tar.gz ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.zip |
Notes
Diffstat (limited to 'devel/cons')
-rw-r--r-- | devel/cons/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/cons/Makefile b/devel/cons/Makefile index 404706a78ca7..78d5505569a9 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cons -# Version required: 1.6b1 # Date created: 11 December 1998 # Whom: rv@fore.com # # $FreeBSD$ # -DISTNAME= cons-${CONSVER} +PORTNAME= cons +PORTVERSION= 1.7 CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/ \ http://www.telerama.com/~bgarcia/cons/ @@ -16,11 +16,9 @@ MAINTAINER= rv@fore.com RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 -CONSVER= 1.7 - USE_PERL5= yes NO_BUILD= yes -PLIST_SUB= CONS_VER=${CONSVER} +PLIST_SUB= CONS_VER=${PORTVERSION} MAN1= cons.1 DOCS= CHANGES COPYRIGHT INSTALL MANIFEST README RELEASE cons.html |