diff options
author | plunky <plunky@pkgsrc.org> | 2008-07-28 19:47:08 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2008-07-28 19:47:08 +0000 |
commit | 75b9b25826880afff90e94848fd101a904b9c201 (patch) | |
tree | 03617681fe2b4b4b17ebb6d82d52580890bb393e /comms/obexapp | |
parent | cc7b70210b577c170954f67ecbe99aa576e5da01 (diff) | |
download | pkgsrc-75b9b25826880afff90e94848fd101a904b9c201.tar.gz |
add PKG_DESTDIR_SUPPORT
Diffstat (limited to 'comms/obexapp')
-rw-r--r-- | comms/obexapp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 601f3d11025..f5e5a03aa59 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/07/28 18:49:06 plunky Exp $ +# $NetBSD: Makefile,v 1.14 2008/07/28 19:47:08 plunky Exp $ # DISTNAME= obexapp-1.4.9 @@ -11,6 +11,8 @@ COMMENT= Obex application to transfer objects to mobile equipment ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-[4-9].*-* +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEFS+= VARBASE OWN_DIRS+= ${VARBASE}/spool/obex |