diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/yatex-mule/Makefile | 16 |
4 files changed, 1 insertions, 18 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 520e5d06f45c..58ab39c8db68 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -17597,7 +17597,6 @@ yasm ports/devel/yasm yasql ports/databases/yasql yate-devel ports/net/yate-devel yatex ports/print/yatex -yatex-mule ports/print/yatex-mule yatex-xemacs ports/print/yatex-xemacs yaunc ports/misc/yaunc yawho ports/sysutils/yawho @@ -3322,3 +3322,4 @@ x11-fm/pcmanfm||2007-10-21|Has expired: Unmaintained upstream graphics/gimp-devel|graphics/gimp|2007-10-24|Gimp 2.4.0 released graphics/gimp-app-devel|graphics/gimp-app|2007-10-24|Gimp 2.4.0 released print/gimp-devel-gutenprint|print/gimp-gutenprint|2007-10-24|Gimp 2.4.0 released +print/yatex-mule||2007-10-25|Has expired: emacs19 and related ports are obsolete 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" |