summaryrefslogtreecommitdiff
path: root/editors/nvi
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-07 12:02:05 +0000
committerjperkin <jperkin>2015-09-07 12:02:05 +0000
commit34e2f729f34808312f5f0e44630687c409a61b6b (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /editors/nvi
parentd5594bbc3e3d0ef54f0917094ecff956dcac5d46 (diff)
downloadpkgsrc-34e2f729f34808312f5f0e44630687c409a61b6b.tar.gz
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'editors/nvi')
-rw-r--r--editors/nvi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile
index f0471b9b7f5..723fd26c655 100644
--- a/editors/nvi/Makefile
+++ b/editors/nvi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2015/08/18 07:31:06 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2015/09/07 12:02:05 jperkin Exp $
DISTNAME= nvi-1.81.6
PKGREVISION= 10
@@ -33,7 +33,6 @@ CONFIGURE_ENV+= vi_cv_sys5_pty=no
.elif ${OPSYS} == "Darwin"
CONFIGURE_ENV+= vi_cv_sys5_pty=no
LDFLAGS+= -flat_namespace
-INSTALL_UNSTRIPPED= yes
.endif
# Use of db1 is not officially supported.