summaryrefslogtreecommitdiff
path: root/devel/cflow/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-30 03:44:41 +0000
committerjlam <jlam>2006-03-30 03:44:41 +0000
commit4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch)
treee284cce507534ba20c3380c2f5b60203bf4526fe /devel/cflow/Makefile
parent8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff)
downloadpkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/cflow/Makefile')
-rw-r--r--devel/cflow/Makefile5
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"