summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2008-07-28 18:49:06 +0000
committerplunky <plunky@pkgsrc.org>2008-07-28 18:49:06 +0000
commit1e3e49f094bfb0aefb7f3ebfdfe0953b16655ce4 (patch)
treee258c32e83a7282698dea9dda0f002b9666161f7
parent42be402f809938787cddd7a1ba182bdcbb9ddd75 (diff)
downloadpkgsrc-1e3e49f094bfb0aefb7f3ebfdfe0953b16655ce4.tar.gz
add USE_BSD_MAKEFILE=yes for destdir support
-rw-r--r--comms/obexapp/Makefile3
-rw-r--r--sysutils/hcidump/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index 102c49b5130..601f3d11025 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -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 @@ SUBST_SED.paths+= -e "s|/var|${VARBASE}|"
# 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 --git a/sysutils/hcidump/Makefile b/sysutils/hcidump/Makefile
index eec56e32662..54eb20c4927 100644
--- a/sysutils/hcidump/Makefile
+++ b/sysutils/hcidump/Makefile
@@ -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+= ${PKGMANDIR}/man1
INSTALLATION_DIRS+= lib
INSTALLATION_DIRS+= bin
+USE_BSD_MAKEFILE= yes
+
.include "../../mk/bsd.pkg.mk"