diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 18:35:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 18:35:39 +0000 |
commit | 654622dc6bc02df64c43fba245484ade88f79115 (patch) | |
tree | 74583b68f223757d7bd501c8bf35508bf3b7fb34 /www/wordpress | |
parent | 5507323ec002723b6e02a1062df13b96b57f2365 (diff) | |
download | pkgsrc-654622dc6bc02df64c43fba245484ade88f79115.tar.gz |
Fix user-destdir.
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 6b7a00d2a4f..e1d538bd8fd 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 11:31:02 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/07 18:35:39 joerg Exp $ DISTNAME= wordpress-${VERSION} VERSION= 2.7.1 @@ -9,6 +9,8 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://wordpress.org/ COMMENT= Blogging tool written in php +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pax .include "../../mk/bsd.prefs.mk" @@ -16,7 +18,6 @@ USE_TOOLS+= pax .include "options.mk" NO_BUILD= yes -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/wordpress WWW_USER?= ${APACHE_USER} |