diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 06:27:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 06:27:41 +0000 |
commit | 1c035e359984777e5eee2d0a0feac83947966ff2 (patch) | |
tree | 9715e961e0768a329a3f48b11197783d3a0dc0d2 /lang/chicken/Makefile | |
parent | 689372fa1226b8c817a4c5329323c4e503bef336 (diff) | |
download | pkgsrc-1c035e359984777e5eee2d0a0feac83947966ff2.tar.gz |
List the info files directly in the PLIST, and honor PKGINFODIR and
PKGMANDIR.
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r-- | lang/chicken/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 0eb035aa726..f995a4540fb 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/04 21:29:53 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/05 06:27:41 jlam Exp $ # DISTNAME= chicken-2.2 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_LIBTOOL= yes -INFO_FILES= chicken.info +INFO_FILES= # PLIST MAKE_FLAGS+= MAKEINFO=${TRUE:Q} # Avoid an ICE in gcc2 on sparc64 |