diff options
author | yoichi <yoichi@FreeBSD.org> | 2004-04-29 15:22:28 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2004-04-29 15:22:28 +0800 |
commit | 66f1453ad8f7c8fe12cc04ac9ae4b6ad2ea268bf (patch) | |
tree | f9541a74143fdac317ef6890611044c4356a22de /irc | |
parent | 84035c1f38944a3d1476878e9442b3d6b5bbbb8a (diff) | |
download | freebsd-ports-graphics-66f1453ad8f7c8fe12cc04ac9ae4b6ad2ea268bf.tar.gz freebsd-ports-graphics-66f1453ad8f7c8fe12cc04ac9ae4b6ad2ea268bf.tar.zst freebsd-ports-graphics-66f1453ad8f7c8fe12cc04ac9ae4b6ad2ea268bf.zip |
remove ports had not catch up with bsd.emacs.mk update. Now *-xemacs21-mule
take their role.
Notified by: kris
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 2 | ||||
-rw-r--r-- | irc/irchat-pj-xemacs-devel-mule/Makefile | 16 | ||||
-rw-r--r-- | irc/pure-xemacs-devel-mule/Makefile | 19 |
3 files changed, 0 insertions, 37 deletions
diff --git a/irc/Makefile b/irc/Makefile index ee959f70d7a..0df72a6ce02 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -31,7 +31,6 @@ SUBDIR += ircd-ru SUBDIR += irchat-pj-emacs20 SUBDIR += irchat-pj-emacs21 - SUBDIR += irchat-pj-xemacs-devel-mule SUBDIR += irchat-pj-xemacs21-mule SUBDIR += ircproxy SUBDIR += ircservices @@ -62,7 +61,6 @@ SUBDIR += psybnc SUBDIR += pure-emacs20 SUBDIR += pure-emacs21 - SUBDIR += pure-xemacs-devel-mule SUBDIR += pure-xemacs21-mule SUBDIR += py-irclib SUBDIR += py-supybot diff --git a/irc/irchat-pj-xemacs-devel-mule/Makefile b/irc/irchat-pj-xemacs-devel-mule/Makefile deleted file mode 100644 index 6f47e180c9a..00000000000 --- a/irc/irchat-pj-xemacs-devel-mule/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: irchat-pj (for xemacs21-mule) -# Date Created: 4 May 2001 -# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../irchat-pj-emacs20 - -EMACS_PORT_NAME= xemacs-devel-mule -XEMACS_ONLY= "" -LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME} -ALL_TARGET= package -INSTALL_TARGET= install-package - -.include "${MASTERDIR}/Makefile" diff --git a/irc/pure-xemacs-devel-mule/Makefile b/irc/pure-xemacs-devel-mule/Makefile deleted file mode 100644 index 784c139211b..00000000000 --- a/irc/pure-xemacs-devel-mule/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: pure (for xemacs21-mule) -# Date Created: 4 May 2001 -# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../pure-emacs20 - -EMACS_PORT_NAME= xemacs-devel-mule -LISPDIR= ${EMACS_LIBDIR}/site-packages/lisp/${PORTNAME} -EMACS_ONLY= "@comment " -XEMACS_ONLY= "" -ALL_TARGET= package c -INSTALL_TARGET= install-package -PUREBIN= ${EMACS_LIBDIR}/site-packages/etc/pure -MAKE_ENV= LANG=ja_JP.eucJP - -.include "${MASTERDIR}/Makefile" |