summaryrefslogtreecommitdiff
path: root/www/apache-tomcat6
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-11-30 15:00:50 +0000
committerjoerg <joerg@pkgsrc.org>2009-11-30 15:00:50 +0000
commit4ef60bae67cc5c06577847423d47422b063944e4 (patch)
tree489b2eb07c69925f7cf6ad6b9e10bf48c2cc73e1 /www/apache-tomcat6
parent6d7eadbafe68e4bc2b3981a2512c663a65d7e02c (diff)
downloadpkgsrc-4ef60bae67cc5c06577847423d47422b063944e4.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/apache-tomcat6')
-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"