diff options
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" |