From 3d8ef5a52d6570c7a88c64337bb6c476b78c810c Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 26 May 2008 02:13:14 +0000 Subject: Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. --- textproc/saxon/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'textproc/saxon') diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index 8daf004dafa..f2dbeb41519 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/10/04 22:01:00 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2008/05/26 02:13:24 joerg Exp $ # DISTNAME= saxon @@ -18,6 +18,8 @@ USE_JAVA= run NO_CONFIGURE= yes NO_BUILD= yes +USE_TOOLS+= pax + post-extract: chmod -R u+w,go-w ${WRKSRC} @@ -25,9 +27,9 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/java ${INSTALL_DATA} ${WRKSRC}/saxon.jar ${PREFIX}/lib/java ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/java - cd ${WRKSRC} && ${PAX} -rw -s '/^doc/saxon/' doc ${PREFIX}/share/doc/java + cd ${WRKSRC} && pax -rw -s '/^doc/saxon/' doc ${PREFIX}/share/doc/java ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/java/saxon - cd ${WRKSRC} && ${PAX} -rw -s '/^samples/saxon/' samples ${PREFIX}/share/examples/java + cd ${WRKSRC} && pax -rw -s '/^samples/saxon/' samples ${PREFIX}/share/examples/java .include "../../mk/java-vm.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3