From 77a1bc0d6e828cf1592f978c38b3c81fc52a7689 Mon Sep 17 00:00:00 2001 From: kristerw Date: Tue, 12 Jul 2005 20:19:35 +0000 Subject: Prevent paths to the build directories from being included in the package. Bump PKGREVISION. --- editors/nvi-m17n/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'editors/nvi-m17n/Makefile') diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index bcbdbe47959..96aca202a74 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:45:41 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/07/12 20:27:58 kristerw Exp $ DISTNAME= nvi-1.79 PKGNAME= nvi-m17n-1.79.19991117 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/ \ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ @@ -21,6 +21,9 @@ PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p1 -f CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"' CONFIGURE_ARGS+=--enable-multibyte --program-prefix=n +CONFIGURE_ENV+= vi_cv_path_shell=${TOOLS_SH} +USE_TOOLS+= sh + .include "../../mk/bsd.prefs.mk" PATCH_FUZZ_FACTOR= -F1 -- cgit v1.2.3