summaryrefslogtreecommitdiff
path: root/devel/libproplist/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-08 16:09:00 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-08 16:09:00 +0000
commit038fddada25338a8d9fc7208368cb789eaf1bb05 (patch)
tree4429253657b81805031395d20c599a54a40c32ef /devel/libproplist/Makefile
parenta4a8d03ae0ede8eee9bd3bc0fe774662e6a24621 (diff)
downloadpkgsrc-038fddada25338a8d9fc7208368cb789eaf1bb05.tar.gz
user-destdir support
Diffstat (limited to 'devel/libproplist/Makefile')
-rw-r--r--devel/libproplist/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile
index 1b093297fc3..2e610fa6349 100644
--- a/devel/libproplist/Makefile
+++ b/devel/libproplist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/07/19 19:14:38 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2009/07/08 16:12:31 joerg Exp $
DISTNAME= libPropList-0.10.1
PKGNAME= libproplist-0.10.1
@@ -9,12 +9,15 @@ MASTER_SITES= ftp://ftp.windowmaker.org/pub/libs/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GNUstep/OPENSTEP property lists compatibility library
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= lex
+INSTALLATION_DIRS= share/doc/libproplist
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libproplist
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libproplist
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/libproplist
.include "../../mk/bsd.pkg.mk"