aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cutils/Makefile
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-11-07 19:46:26 +0800
committertg <tg@FreeBSD.org>2001-11-07 19:46:26 +0800
commitec651da83421a997855973203c8b3ada0aa82f48 (patch)
treed1b068b0620f610d0c639294428a86adc9a9d362 /devel/cutils/Makefile
parenta94adc3040ab56b225b1fda53dfecbe0ff7dbbae (diff)
downloadfreebsd-ports-gnome-ec651da83421a997855973203c8b3ada0aa82f48.tar.gz
freebsd-ports-gnome-ec651da83421a997855973203c8b3ada0aa82f48.tar.zst
freebsd-ports-gnome-ec651da83421a997855973203c8b3ada0aa82f48.zip
Upgrade to 1.6. Change maintainer to ports@, Sandro Sigala is no longer
running FreeBSD.
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>