diff options
author | plunky <plunky> | 2008-07-28 20:13:50 +0000 |
---|---|---|
committer | plunky <plunky> | 2008-07-28 20:13:50 +0000 |
commit | 7ec83f7082cae14c8823ddfcc3e870f4d138e718 (patch) | |
tree | 31c45530aef55cabf61742be20c4d628afa71571 /comms | |
parent | ddbc256e5d0f5ec9837a508bf515172c466d476e (diff) | |
download | pkgsrc-7ec83f7082cae14c8823ddfcc3e870f4d138e718.tar.gz |
INSTALLATION_DIRS
Diffstat (limited to 'comms')
-rw-r--r-- | comms/obexapp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index f5e5a03aa59..10708692513 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/07/28 19:47:08 plunky Exp $ +# $NetBSD: Makefile,v 1.15 2008/07/28 20:13:50 plunky Exp $ # DISTNAME= obexapp-1.4.9 @@ -15,6 +15,9 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILD_DEFS+= VARBASE +INSTALLATION_DIRS+= bin +INSTALLATION_DIRS+= ${PKGMANDIR}/cat1 +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 OWN_DIRS+= ${VARBASE}/spool/obex RCD_SCRIPTS+= obexapp |