summaryrefslogtreecommitdiff
path: root/editors/nvi
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-09-07 12:02:05 +0000
committerjperkin <jperkin@pkgsrc.org>2015-09-07 12:02:05 +0000
commita2f949adf927715e989d2c88c259db4b3721ad70 (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /editors/nvi
parentb4442114c2e33c10fc3645b16f3e1257bd2f45b7 (diff)
downloadpkgsrc-a2f949adf927715e989d2c88c259db4b3721ad70.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.