pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors Prevent paths to the build directories from be...
details: https://anonhg.NetBSD.org/pkgsrc/rev/851d70f1095c
branches: trunk
changeset: 496767:851d70f1095c
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Tue Jul 12 20:19:35 2005 +0000
description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
diffstat:
editors/nvi-m17n/Makefile | 7 +++++--
editors/nvi/Makefile | 6 ++++--
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (47 lines):
diff -r 669110faf3f9 -r 851d70f1095c editors/nvi-m17n/Makefile
--- a/editors/nvi-m17n/Makefile Tue Jul 12 20:16:00 2005 +0000
+++ b/editors/nvi-m17n/Makefile Tue Jul 12 20:19:35 2005 +0000
@@ -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 @@
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 -r 669110faf3f9 -r 851d70f1095c editors/nvi/Makefile
--- a/editors/nvi/Makefile Tue Jul 12 20:16:00 2005 +0000
+++ b/editors/nvi/Makefile Tue Jul 12 20:19:35 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index