pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install-info Uses bsd.prog.mk, so add USE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92f926ce77e9
branches:  trunk
changeset: 542430:92f926ce77e9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri May 16 20:02:31 2008 +0000

description:
Uses bsd.prog.mk, so add USE_BSD_MAKEFILE=yes.

diffstat:

 pkgtools/pkg_install-info/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e5f989e7caa9 -r 92f926ce77e9 pkgtools/pkg_install-info/Makefile
--- a/pkgtools/pkg_install-info/Makefile        Fri May 16 20:00:09 2008 +0000
+++ b/pkgtools/pkg_install-info/Makefile        Fri May 16 20:02:31 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/11/08 19:00:56 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/05/16 20:02:31 tnn Exp $
 #
 
 DISTNAME=              pkg_install-info-${VERSION}
@@ -23,7 +23,7 @@
 # Otherwise use PKGREVISION if you need to change this package version.
 VERSION=               4.5
 
-MAKE_ENV+=             BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q}
+USE_BSD_MAKEFILE=      yes
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index