summaryrefslogtreecommitdiff
path: root/editors/nvi
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2008-04-15 13:46:01 +0000
committerschmonz <schmonz@pkgsrc.org>2008-04-15 13:46:01 +0000
commitc72b4766e8dda4ef63237df2f3d31f874d6baa41 (patch)
tree01a27e26b38bbde15eb955ac5f86704120225e5a /editors/nvi
parent4fd3ab1d6e4cbf43614e957f3e035b799b1472a4 (diff)
downloadpkgsrc-c72b4766e8dda4ef63237df2f3d31f874d6baa41.tar.gz
INSTALL_UNSTRIPPED on Darwin so nvi runs. Bump PKGREVISION.
Diffstat (limited to 'editors/nvi')
-rw-r--r--editors/nvi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile
index 3d2f53f1c65..618ba98bcac 100644
--- a/editors/nvi/Makefile
+++ b/editors/nvi/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2008/04/15 11:58:12 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2008/04/15 13:46:01 schmonz Exp $
#
DISTNAME= nvi-1.81.6
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
@@ -36,6 +37,7 @@ CONFIGURE_ENV+= vi_cv_include_sys_select=no
.elif ${OPSYS} == "Darwin"
CONFIGURE_ENV+= vi_cv_sys5_pty=no
LDFLAGS+= -flat_namespace
+INSTALL_UNSTRIPPED= yes
.endif
# We need exactly the db3 API.