diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 05:37:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 05:37:08 +0000 |
commit | dcc3f5e7b7c2c3d6106ae695b03c7052a453b78d (patch) | |
tree | cd138e1aa1c65b56c0daf09ef9e6fee9f1a69b00 /devel/nana/Makefile | |
parent | e72fafd2a4d93a9f61a4103f0889377716d6aa92 (diff) | |
download | pkgsrc-dcc3f5e7b7c2c3d6106ae695b03c7052a453b78d.tar.gz |
* Move info file entries into the PLIST.
* Honor PKGINFODIR and EMACS_INFOPREFIX.
Diffstat (limited to 'devel/nana/Makefile')
-rw-r--r-- | devel/nana/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/nana/Makefile b/devel/nana/Makefile index 61e7e159474..0c5cb580930 100644 --- a/devel/nana/Makefile +++ b/devel/nana/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:18 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/03/31 05:37:09 jlam Exp $ DISTNAME= nana-2.4 CATEGORIES= devel @@ -8,9 +8,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.ntu.edu.au/homepages/pjm/nana-home/ COMMENT= Improved support for assertions and logging in C and C++ -GNU_CONFIGURE= yes -INFO_FILES= nana.info USE_LANGUAGES= c c++ +GNU_CONFIGURE= yes +INFO_FILES= # PLIST NOT_FOR_COMPILER= sunpro |