pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc add USE_BSD_MAKEFILE=yes for destdir support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8066c2f72c3
branches:  trunk
changeset: 545209:e8066c2f72c3
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Mon Jul 28 18:49:06 2008 +0000

description:
add USE_BSD_MAKEFILE=yes for destdir support

diffstat:

 comms/obexapp/Makefile    |  3 ++-
 sysutils/hcidump/Makefile |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 05d642cdb537 -r e8066c2f72c3 comms/obexapp/Makefile
--- a/comms/obexapp/Makefile    Mon Jul 28 18:47:12 2008 +0000
+++ b/comms/obexapp/Makefile    Mon Jul 28 18:49:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2008/07/14 07:01:01 plunky Exp $
+# $NetBSD: Makefile,v 1.13 2008/07/28 18:49:06 plunky Exp $
 #
 
 DISTNAME=      obexapp-1.4.9
@@ -26,6 +26,7 @@
 
 # Sigh, this needs the GNU libiconv.
 USE_GNU_ICONV=         yes
+USE_BSD_MAKEFILE=      yes
 
 # because the directory name conflicts with the rc.d script
 post-extract:
diff -r 05d642cdb537 -r e8066c2f72c3 sysutils/hcidump/Makefile
--- a/sysutils/hcidump/Makefile Mon Jul 28 18:47:12 2008 +0000
+++ b/sysutils/hcidump/Makefile Mon Jul 28 18:49:06 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/02/05 23:47:18 heinz Exp $
+# $NetBSD: Makefile,v 1.5 2008/07/28 18:50:00 plunky Exp $
 
 DISTNAME=              hcidump-1.5.1
 CATEGORIES=            sysutils
@@ -23,4 +23,6 @@
 INSTALLATION_DIRS+=    lib
 INSTALLATION_DIRS+=    bin
 
+USE_BSD_MAKEFILE=      yes
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index