summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/ja-ptex/MESSAGE13
-rw-r--r--print/ja-ptex/Makefile4
2 files changed, 16 insertions, 1 deletions
diff --git a/print/ja-ptex/MESSAGE b/print/ja-ptex/MESSAGE
new file mode 100644
index 00000000000..c365e0dd73c
--- /dev/null
+++ b/print/ja-ptex/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2005/01/19 12:22:36 kei Exp $
+
+You may want to use the following programs with ja-ptex meta-package
+for Japanese pTeX/pLaTeX documents.
+
+ typeset TeX file: ptex, platex
+ preview DVI file: vfxdvi
+ get PS file: pdvips
+ preview PS file: gv (another package)
+ get PDF file: dvipdfmx
+ preview PDF file: gv, acroread, acroread5 (another package)
+===========================================================================
diff --git a/print/ja-ptex/Makefile b/print/ja-ptex/Makefile
index 499dcb70979..468c6cc5942 100644
--- a/print/ja-ptex/Makefile
+++ b/print/ja-ptex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/19 12:22:36 kei Exp $
DISTNAME= ja-ptex-1.0
PKGREVISION= 1
@@ -20,6 +20,8 @@ NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
+MESSAGE_SRC= ${PKGDIR}/MESSAGE
+
do-install: # empty
.include "../../mk/bsd.pkg.mk"