summaryrefslogtreecommitdiff
path: root/textproc/xerces-j
diff options
context:
space:
mode:
authorjwise <jwise>2000-05-30 20:38:07 +0000
committerjwise <jwise>2000-05-30 20:38:07 +0000
commit97ff5eeb0e49bd91e3a01751a59d4f1d57e96221 (patch)
treef7400e9664aba3af5cfa1184b403ecbab4f2fd25 /textproc/xerces-j
parent5801919a71365d41bc97eebfdcfb405d0ee33e0c (diff)
downloadpkgsrc-97ff5eeb0e49bd91e3a01751a59d4f1d57e96221.tar.gz
INSTALL -> INSTALL_DATA as appropriate
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 90dcf3ca961..c092161ff88 100644
--- a/textproc/xerces-j/Makefile
+++ b/textproc/xerces-j/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/30 16:08:58 jwise Exp $
+# $NetBSD: Makefile,v 1.4 2000/05/30 20:38:08 jwise 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
@@ -22,11 +22,11 @@ WRKSRC= ${WRKDIR}/xerces-1_1_0
do-install:
${MKDIR} ${PREFIX}/lib/java
- ${INSTALL} -c ${WRKSRC}/xerces.jar ${PREFIX}/lib/java
+ ${INSTALL_DATA} ${WRKSRC}/xerces.jar ${PREFIX}/lib/java
${MKDIR} ${PREFIX}/share/doc/java/xerces
cd ${WRKSRC}/docs ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/java/xerces ; ${GTAR} pvxf - )
${MKDIR} ${PREFIX}/share/examples/java/xerces
- ${INSTALL} -c ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/examples/java/xerces
+ ${INSTALL_DATA} ${WRKSRC}/xercesSamples.jar ${PREFIX}/share/examples/java/xerces
cd ${WRKSRC}/data ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/examples/java/xerces ; ${GTAR} pvxf - )
.include "../../mk/bsd.pkg.mk"