diff options
author | joerg <joerg> | 2009-11-30 15:00:50 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-11-30 15:00:50 +0000 |
commit | 98748a805560b9057880d619a91e2b6df8da4cac (patch) | |
tree | 489b2eb07c69925f7cf6ad6b9e10bf48c2cc73e1 /www | |
parent | b24eff46dc354d2010e6b31d7c6c595b65324cde (diff) | |
download | pkgsrc-98748a805560b9057880d619a91e2b6df8da4cac.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/Makefile | 4 |
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" |