diff options
author | asami <asami@FreeBSD.org> | 1996-12-11 20:04:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-11 20:04:23 +0800 |
commit | 500af5db862182ab097f71e4f31f01032fc22a53 (patch) | |
tree | dec6ef19128ce6fb3e16aa56561b6e61750ad166 /devel/cutils | |
parent | 326ef7deb96579542e88835a4773c1dc9c14f762 (diff) | |
download | freebsd-ports-gnome-500af5db862182ab097f71e4f31f01032fc22a53.tar.gz freebsd-ports-gnome-500af5db862182ab097f71e4f31f01032fc22a53.tar.zst freebsd-ports-gnome-500af5db862182ab097f71e4f31f01032fc22a53.zip |
Oops, forgot these two. Update to use new features in bsd.port.mk 1.237.
Diffstat (limited to 'devel/cutils')
-rw-r--r-- | devel/cutils/Makefile | 13 |
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> |