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 +++++-- editors/nvi/Makefile | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'editors') 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 diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile index e5129ce2478..b438cfadfb8 100644 --- a/editors/nvi/Makefile +++ b/editors/nvi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:45:41 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/07/12 20:19:35 kristerw Exp $ # DISTNAME= nvi-1.81.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ EXTRACT_SUFX= .tar.bz2 @@ -26,6 +26,8 @@ GNU_CONFIGURE= YES CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS+= --with-db3=${BUILDLINK_PREFIX.db3} CONFIGURE_ARGS+= --program-transform-name='s,^,n,' +CONFIGURE_ENV+= vi_cv_path_shell=${TOOLS_SH} +USE_TOOLS+= sh USE_LIBTOOL= YES .include "../../databases/db3/buildlink3.mk" -- cgit v1.2.3