diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-26 20:52:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-26 20:52:09 +0000 |
commit | a0712b80ae45f063c72c9818c54eba04994471b3 (patch) | |
tree | 7f8b05adbe7dad580a64b85ce74353da1a780d64 /textproc/saxon | |
parent | 53ea1d6963597f6192688ff92819483e4e56a467 (diff) | |
download | pkgsrc-a0712b80ae45f063c72c9818c54eba04994471b3.tar.gz |
Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
Diffstat (limited to 'textproc/saxon')
-rw-r--r-- | textproc/saxon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index f2c62e22fb1..65697a43823 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/10/18 21:33:55 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/12/26 20:52:12 jlam Exp $ # DISTNAME= saxon @@ -28,5 +28,5 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/java/saxon (cd ${WRKSRC} && ${PAX} -r -w -s '/^samples/saxon/' samples ${PREFIX}/share/examples/java) -.include "../../mk/java.mk" +.include "../../mk/java-vm.mk" .include "../../mk/bsd.pkg.mk" |