summaryrefslogtreecommitdiff
path: root/textproc/jing
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /textproc/jing
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.tar.gz
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.
Diffstat (limited to 'textproc/jing')
-rw-r--r--textproc/jing/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/jing/Makefile b/textproc/jing/Makefile
index 45a5a13a47f..5069d7915e8 100644
--- a/textproc/jing/Makefile
+++ b/textproc/jing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/06 17:37:21 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/26 02:13:24 joerg Exp $
#
DISTNAME= jing-20030619
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.thaiopensource.com/relaxng/trang.html
COMMENT= RELAX NG validator in Java
+USE_TOOLS+= pax
+
USE_JAVA= run
USE_JAVA2= 1.4
@@ -26,7 +28,7 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jing
${INSTALL_DATA} ${WRKSRC}/readme.html ${PREFIX}/share/doc/jing
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jing/doc
- cd ${WRKSRC}/doc && ${PAX} -pp -rw * ${PREFIX}/share/doc/jing/doc
+ cd ${WRKSRC}/doc && pax -pp -rw * ${PREFIX}/share/doc/jing/doc
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"