aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2007-10-25 14:52:56 +0000
committerHiroki Sato <hrs@FreeBSD.org>2007-10-25 14:52:56 +0000
commitc22dc0dc0f3e0431c219628272d0bcc684d4a633 (patch)
treeca539937f6847eb696bb651e1e55c472ff20af10 /print
parentc0403e7fe1f6ac870e47c1dd4c8d88fe5ebcac29 (diff)
downloadports-c22dc0dc0f3e0431c219628272d0bcc684d4a633.tar.gz
ports-c22dc0dc0f3e0431c219628272d0bcc684d4a633.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/yatex-mule/Makefile16
2 files changed, 0 insertions, 17 deletions
diff --git a/print/Makefile b/print/Makefile
index 432545a9ca04..b505fe8486e7 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -312,7 +312,6 @@
SUBDIR += xpp
SUBDIR += xtexsh
SUBDIR += yatex
- SUBDIR += yatex-mule
SUBDIR += yatex-xemacs
.include <bsd.port.subdir.mk>
diff --git a/print/yatex-mule/Makefile b/print/yatex-mule/Makefile
deleted file mode 100644
index 1e3c66cbb906..000000000000
--- a/print/yatex-mule/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# New ports collection makefile for: YaTeX
-# Date created: 98/11/17
-# Whom: Satoshi Taoka <taoka@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -mule
-
-MASTERDIR= ${.CURDIR}/../yatex
-COMMENT= Yet Another LaTeX mode and html mode on Emacs (for mule 2.3)
-
-USE_EMACS= yes
-EMACS_PORT_NAME=mule
-
-.include "${MASTERDIR}/Makefile"