pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/vis Fix build on newer NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9f877b38143
branches:  trunk
changeset: 554065:c9f877b38143
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Feb 07 21:38:01 2009 +0000

description:
Fix build on newer NetBSD.

diffstat:

 textproc/vis/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 8ccad158a8e8 -r c9f877b38143 textproc/vis/Makefile
--- a/textproc/vis/Makefile     Sat Feb 07 21:37:38 2009 +0000
+++ b/textproc/vis/Makefile     Sat Feb 07 21:38:01 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/20 01:09:38 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/02/07 21:38:01 joerg Exp $
 #
 
 DISTNAME=      vis-0.1
@@ -10,9 +10,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-MAKE_ENV+=     BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q}   \
-               MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q}
-
+USE_BSD_MAKEFILE=      yes
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index