diff options
author | joerg <joerg> | 2009-07-07 18:35:39 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-07 18:35:39 +0000 |
commit | 081aff60e39d985ce634eed64de15d346fdcf853 (patch) | |
tree | 74583b68f223757d7bd501c8bf35508bf3b7fb34 /www | |
parent | 73149a7d3db8bcd0bcfa163d40982cc503f1763d (diff) | |
download | pkgsrc-081aff60e39d985ce634eed64de15d346fdcf853.tar.gz |
Fix user-destdir.
Diffstat (limited to 'www')
-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} |