summaryrefslogtreecommitdiff
path: root/www/wordpress
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 18:35:39 +0000
committerjoerg <joerg>2009-07-07 18:35:39 +0000
commit081aff60e39d985ce634eed64de15d346fdcf853 (patch)
tree74583b68f223757d7bd501c8bf35508bf3b7fb34 /www/wordpress
parent73149a7d3db8bcd0bcfa163d40982cc503f1763d (diff)
downloadpkgsrc-081aff60e39d985ce634eed64de15d346fdcf853.tar.gz
Fix user-destdir.
Diffstat (limited to 'www/wordpress')
-rw-r--r--www/wordpress/Makefile5
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}