diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-15 10:07:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-15 10:07:12 +0000 |
commit | 08aa64d648d3874a0455b043b666ea014f1d940d (patch) | |
tree | 6506d02fba4ca14251128ca98a209a984bbf2d68 /devel/cutils/Makefile | |
parent | a077bdd1fe7ba75555a6def9edec0049d6c2bb97 (diff) | |
download | ports-08aa64d648d3874a0455b043b666ea014f1d940d.tar.gz ports-08aa64d648d3874a0455b043b666ea014f1d940d.zip |
Notes
Diffstat (limited to 'devel/cutils/Makefile')
-rw-r--r-- | devel/cutils/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile index 0639fb1b8f0d..2ed27dc492ab 100644 --- a/devel/cutils/Makefile +++ b/devel/cutils/Makefile @@ -1,21 +1,20 @@ # New ports collection makefile for: cutils -# Version required: 1.3.2 +# Version required: 1.4 # Date created: 26 November 1996 # Whom: Sandro Sigala # -# $Id: Makefile,v 1.4 1996/12/24 11:11:43 max Exp $ +# $Id: Makefile,v 1.5 1997/04/30 03:17:57 asami Exp $ # -DISTNAME= cutils-1.3.2 +DISTNAME= cutils-1.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= ssigala@globalnet.it -HAS_CONFIGURE= yes -MANCOMPRESSED= yes +GNU_CONFIGURE= yes MAN1= cdecl.1 cundecl.1 chilight.1 cinfo.1 cinfoc.1 cinfodc.1 \ - cobfusc.1 yyextract.1 yyref.1 + cobfusc.1 cunloop.1 yyextract.1 yyref.1 MAN5= cinfodb.5 .include <bsd.port.mk> |