aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/lyx-doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/lyx-doc/Makefile')
-rw-r--r--japanese/lyx-doc/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/japanese/lyx-doc/Makefile b/japanese/lyx-doc/Makefile
deleted file mode 100644
index 212d556ffa9d..000000000000
--- a/japanese/lyx-doc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: lyx-doc
-# Date created: 10 Nov 1999
-# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lyx_doc
-PORTVERSION= 1.0.3
-CATEGORIES= japanese print
-MASTER_SITES= http://www.hiei.kit.ac.jp/~hitomi/lyx/
-DISTNAME= ja_LyX_Doc.${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Japanese Lyx documents translated from original ones
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-LYXDOCDIR= ${PREFIX}/share/lyx/doc
-
-do-install:
- ${MKDIR} ${LYXDOCDIR}
- ${INSTALL_DATA} ${WRKDIR}/*.lyx ${WRKDIR}/*.eps ${LYXDOCDIR}
-
-.include <bsd.port.mk>