diff options
author | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
commit | 4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /devel/cflow/Makefile | |
parent | 8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff) | |
download | pkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/cflow/Makefile')
-rw-r--r-- | devel/cflow/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile index c44781e233f..900db80509e 100644 --- a/devel/cflow/Makefile +++ b/devel/cflow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/03/02 20:33:49 rpaulo Exp $ +# $NetBSD: Makefile,v 1.3 2006/03/30 03:44:42 jlam Exp $ DISTNAME= cflow-1.0 CATEGORIES= devel @@ -10,6 +10,7 @@ COMMENT= Code-path flow analyzer for C GNU_CONFIGURE= YES USE_TOOLS+= yacc lex +INFO_FILES= # PLIST SUBST_CLASSES+= emacs SUBST_MESSAGE.emacs= Removing cflow Emacs mode @@ -17,6 +18,4 @@ SUBST_STAGE.emacs= pre-configure SUBST_FILES.emacs= Makefile.in SUBST_SED.emacs= -e 's| elisp||g' -INFO_FILES= cflow.info - .include "../../mk/bsd.pkg.mk" |