diff options
author | seb <seb@pkgsrc.org> | 2003-08-07 10:19:39 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-07 10:19:39 +0000 |
commit | bb6deeeb52dac7192505a56d6e75eb130720182d (patch) | |
tree | aead5d11a7896a30d400948f6844eaf57ccc1161 /www/cgicc/Makefile | |
parent | 01c6ba7ddf27788c5890a55c2c8b06f28864b52b (diff) | |
download | pkgsrc-bb6deeeb52dac7192505a56d6e75eb130720182d.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'www/cgicc/Makefile')
-rw-r--r-- | www/cgicc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 353bac56c44..0b4e13fa715 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/22 04:14:21 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/08/07 10:19:39 seb Exp $ DISTNAME= cgicc-3.1.5 CATEGORIES= www @@ -12,9 +12,9 @@ USE_GMAKE= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES +USE_NEW_TEXINFO= YES INFO_FILES= cgicc.info LTCONFIG_OVERRIDE= ${WRKSRC}/support/ltconfig ${WRKSRC}/example/ltconfig -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |