summaryrefslogtreecommitdiff
path: root/editors/nvi
diff options
context:
space:
mode:
authorschmonz <schmonz>2008-04-15 13:46:01 +0000
committerschmonz <schmonz>2008-04-15 13:46:01 +0000
commit455c737e57a86ace5a45829a4295396b832e507d (patch)
tree01a27e26b38bbde15eb955ac5f86704120225e5a /editors/nvi
parent25b95dffe5f1f00e1cc748d56a019455145b073a (diff)
downloadpkgsrc-455c737e57a86ace5a45829a4295396b832e507d.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.