From 76326b9d4ed12054a03e18b7cccf860f2d22f7cd Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 2 Nov 2000 03:25:32 +0000 Subject: NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore (only after bsd.prefs.mk inclusion) --- devel/cscope/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'devel/cscope') diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index 810c1fcf987..a7ac1e8a9c0 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/09/28 12:41:36 agc Exp $ +# $NetBSD: Makefile,v 1.12 2000/11/02 03:25:32 wiz Exp $ DISTNAME= cscope-15.0bl2 PKGNAME= cscope-15.0.2 @@ -11,21 +11,18 @@ HOMEPAGE= http://cscope.sourceforge.net/ GNU_CONFIGURE= YES USE_CURSES= YES -post-extract: cscope-post-extract - -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" .if ${NEED_NCURSES} == "YES" CONFIGURE_ARGS+=--with-ncurses=${LOCALBASE} -cscope-post-extract: +post-extract: .for FILE in command.c display.c edit.c exec.c find.c help.c input.c main.c @cd ${WRKSRC}/src; \ ${MV} ${FILE} ${FILE}.orig; \ ${SED} "s/^#include /#include /" \ < ${FILE}.orig > ${FILE} .endfor -.else -cscope-post-extract: - ${TRUE} .endif + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3