summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2009-11-30 15:00:50 +0000
committerjoerg <joerg>2009-11-30 15:00:50 +0000
commitfbea69feca0de6e15ac1d3b4e604c12767bc940c (patch)
tree489b2eb07c69925f7cf6ad6b9e10bf48c2cc73e1 /www
parent62a0a02335ccb49b8c8caf431ad6dc7507f9544c (diff)
downloadpkgsrc-fbea69feca0de6e15ac1d3b4e604c12767bc940c.tar.gz
Only allow destdir as the do-install rules depend on chown.
XXX Someone with tomcat knowledge should review that those files are even XXX static and whether it should the config file framework instead.
Diffstat (limited to 'www')
-rw-r--r--www/apache-tomcat6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache-tomcat6/Makefile b/www/apache-tomcat6/Makefile
index 8b1b67eb76b..544cf520ca0 100644
--- a/www/apache-tomcat6/Makefile
+++ b/www/apache-tomcat6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/07/17 18:00:26 adrianp Exp $
+# $NetBSD: Makefile,v 1.4 2009/11/30 15:00:50 joerg Exp $
#
DISTNAME= apache-tomcat-${TOMCAT_VER}
@@ -18,7 +18,7 @@ USE_JAVA= run
USE_JAVA2= 1.5
USE_TOOLS+= pax
-PKG_DESTDIR_SUPPORT= user-destdir
+PKG_DESTDIR_SUPPORT= destdir
.include "../../mk/bsd.prefs.mk"