summaryrefslogtreecommitdiff
path: root/textproc/xerces-j
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-23 23:36:01 +0000
committerrillig <rillig@pkgsrc.org>2005-10-23 23:36:01 +0000
commitd83bb3ee7089dfd7ee3a4b46b33bd6322274e24b (patch)
treeb3a95f52e31a0e401c1e75aaa1b1c54160cb1385 /textproc/xerces-j
parentb663ee97ca306b6c66dde3670bae2d03c021f708 (diff)
downloadpkgsrc-d83bb3ee7089dfd7ee3a4b46b33bd6322274e24b.tar.gz
Set NO_CONFIGURE and NO_BUILD to "yes" instead of nothing.
Diffstat (limited to 'textproc/xerces-j')
-rw-r--r--textproc/xerces-j/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile
index 7d1a23afbcf..ee7324c2113 100644
--- a/textproc/xerces-j/Makefile
+++ b/textproc/xerces-j/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/04/11 21:47:43 tv Exp $
+# $NetBSD: Makefile,v 1.24 2005/10/23 23:36:01 rillig Exp $
#
# Note: we currently use the pre-built (-bin) distribution of Xerces-J,
# because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is
@@ -15,8 +15,8 @@ COMMENT= The Apache Project's validating XML parser with DOM and SAX support
WRKSRC= ${WRKDIR}/xerces-1_2_0
USE_JAVA= run
-NO_CONFIGURE=
-NO_BUILD=
+NO_CONFIGURE= yes
+NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/java