aboutsummaryrefslogtreecommitdiff
path: root/devel/cutils/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-11-07 11:46:26 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-11-07 11:46:26 +0000
commit22e71e35b12d6f5dd690d10318fb12866645ccec (patch)
treebdeb7d80cec9982bda777b70f540b7df43b386b8 /devel/cutils/Makefile
parenta3ef3079aade8560d5a7a8f180b91833e26e3a79 (diff)
downloadports-22e71e35b12d6f5dd690d10318fb12866645ccec.tar.gz
ports-22e71e35b12d6f5dd690d10318fb12866645ccec.zip
Notes
Diffstat (limited to 'devel/cutils/Makefile')
-rw-r--r--devel/cutils/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/cutils/Makefile b/devel/cutils/Makefile
index 96b67249ec52..9b9f6a7eb54f 100644
--- a/devel/cutils/Makefile
+++ b/devel/cutils/Makefile
@@ -6,16 +6,18 @@
#
PORTNAME= cutils
-PORTVERSION= 1.4
+PORTVERSION= 1.6
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
+MASTER_SITES= http://www.sigala.it/sandro/files/
-MAINTAINER= ssigala@globalnet.it
+MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
-MAN1= cdecl.1 cundecl.1 chilight.1 cinfo.1 cinfoc.1 cinfodc.1 \
- cobfusc.1 cunloop.1 yyextract.1 yyref.1
-MAN5= cinfodb.5
+MAKE_ENV= MAKEINFO=/usr/bin/makeinfo
+MAN1= cdecl.1 chilight.1 cobfusc.1 cundecl.1 cunloop.1 yyextract.1 \
+ yyref.1
+
+post-install:
+ install-info ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
.include <bsd.port.mk>