pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache-tomcat6 Only allow destdir as the do-instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/caa5cfce15c5
branches:  trunk
changeset: 567981:caa5cfce15c5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 30 15:00:50 2009 +0000

description:
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:

 www/apache-tomcat6/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 647f52a39906 -r caa5cfce15c5 www/apache-tomcat6/Makefile
--- a/www/apache-tomcat6/Makefile       Mon Nov 30 14:25:25 2009 +0000
+++ b/www/apache-tomcat6/Makefile       Mon Nov 30 15:00:50 2009 +0000
@@ -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_JAVA2=     1.5
 USE_TOOLS+=    pax
 
-PKG_DESTDIR_SUPPORT=   user-destdir
+PKG_DESTDIR_SUPPORT=   destdir
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index