diff options
author | plunky <plunky@pkgsrc.org> | 2008-07-28 18:49:06 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2008-07-28 18:49:06 +0000 |
commit | 1e3e49f094bfb0aefb7f3ebfdfe0953b16655ce4 (patch) | |
tree | e258c32e83a7282698dea9dda0f002b9666161f7 /comms/obexapp | |
parent | 42be402f809938787cddd7a1ba182bdcbb9ddd75 (diff) | |
download | pkgsrc-1e3e49f094bfb0aefb7f3ebfdfe0953b16655ce4.tar.gz |
add USE_BSD_MAKEFILE=yes for destdir support
Diffstat (limited to 'comms/obexapp')
-rw-r--r-- | comms/obexapp/Makefile | 3 |
1 files changed, 2 insertions, 1 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: |