diff options
author | plunky <plunky> | 2008-07-28 19:47:08 +0000 |
---|---|---|
committer | plunky <plunky> | 2008-07-28 19:47:08 +0000 |
commit | c868572de03aa6499d0098309c5459020857cc74 (patch) | |
tree | 03617681fe2b4b4b17ebb6d82d52580890bb393e /comms | |
parent | 91732db4240ac07dee3ce6c6c7e7c96ca4cad09f (diff) | |
download | pkgsrc-c868572de03aa6499d0098309c5459020857cc74.tar.gz |
add PKG_DESTDIR_SUPPORT
Diffstat (limited to 'comms')
-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 |