summaryrefslogtreecommitdiff
path: root/devel/cutils
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-11 12:04:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-11 12:04:23 +0000
commit50e355828abbae6c5632a94e252f10e17a39de81 (patch)
treec0ffc43b75f1430272676c7e47584630862a398c /devel/cutils
parentUpdate to take advantage of new features in bsd.port.mk rev. 1.237. (diff)
Oops, forgot these two. Update to use new features in bsd.port.mk 1.237.
Notes
Notes: svn path=/head/; revision=4926
Diffstat (limited to 'devel/cutils')
-rw-r--r--devel/cutils/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile
index 950479ea4382..3b7ad67ead29 100644
--- a/devel/cutils/Makefile
+++ b/devel/cutils/Makefile
@@ -3,22 +3,19 @@
# Date created: 26 November 1996
# Whom: Sandro Sigala
#
-# $Id$
+# $Id: Makefile,v 1.2 1996/12/08 22:57:33 max Exp $
#
DISTNAME= cutils-1.3.1
-PKGNAME= cutils-1.3.1
CATEGORIES= devel
MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= ssigala@globalnet.it
HAS_CONFIGURE= yes
-
-post-install:
-.if defined(NOMANCOMPRESS)
- @(cd ${PREFIX} ; \
- gunzip -f `grep man ${PKGDIR}/PLIST` )
-.endif
+MANCOMPRESSED= yes
+MAN1= cdecl.1 cundecl.1 chilight.1 cinfo.1 cinfoc.1 cinfodc.1 \
+ cobfusc.1 yyextract.1 yyref.1
+MAN5= cinfodb.5
.include <bsd.port.mk>