pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/nvi INSTALL_UNSTRIPPED on Darwin so nvi runs. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/299d8bdb4211
branches:  trunk
changeset: 541105:299d8bdb4211
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Apr 15 13:46:01 2008 +0000

description:
INSTALL_UNSTRIPPED on Darwin so nvi runs. Bump PKGREVISION.

diffstat:

 editors/nvi/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r a30da152ca25 -r 299d8bdb4211 editors/nvi/Makefile
--- a/editors/nvi/Makefile      Tue Apr 15 13:26:27 2008 +0000
+++ b/editors/nvi/Makefile      Tue Apr 15 13:46:01 2008 +0000
@@ -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 @@
 .elif ${OPSYS} == "Darwin"
 CONFIGURE_ENV+=                vi_cv_sys5_pty=no
 LDFLAGS+=              -flat_namespace
+INSTALL_UNSTRIPPED=    yes
 .endif
 
 # We need exactly the db3 API.



Home | Main Index | Thread Index | Old Index