diff options
author | kris <kris@FreeBSD.org> | 2005-11-05 11:50:54 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-05 11:50:54 +0000 |
commit | 1c2f96e65a14e58a1f675bc4cb107afb1453b7de (patch) | |
tree | 71d0fe77dc20b008ba2e2dbee627c2fe5988400d /news | |
parent | 2a21d2c300d36bf3b04087284c9a0c24e25fa5d3 (diff) | |
download | FreeBSD-ports-1c2f96e65a14e58a1f675bc4cb107afb1453b7de.zip FreeBSD-ports-1c2f96e65a14e58a1f675bc4cb107afb1453b7de.tar.gz |
Remove the t-gnus slave ports, since t-gnus was removed.
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 3 | ||||
-rw-r--r-- | news/t-gnus-emacs20/Makefile | 12 | ||||
-rw-r--r-- | news/t-gnus-mule/Makefile | 12 | ||||
-rw-r--r-- | news/t-gnus-xemacs21-mule/Makefile | 14 |
4 files changed, 0 insertions, 41 deletions
diff --git a/news/Makefile b/news/Makefile index 72e2687..bcfe11a 100644 --- a/news/Makefile +++ b/news/Makefile @@ -91,9 +91,6 @@ SUBDIR += sn SUBDIR += suck SUBDIR += suck-cnews - SUBDIR += t-gnus-emacs20 - SUBDIR += t-gnus-mule - SUBDIR += t-gnus-xemacs21-mule SUBDIR += tin SUBDIR += trn SUBDIR += trn4 diff --git a/news/t-gnus-emacs20/Makefile b/news/t-gnus-emacs20/Makefile deleted file mode 100644 index 3f4905d..0000000 --- a/news/t-gnus-emacs20/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: T-gnus (for emacs) -# Date created: 13 September 2000 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../t-gnus - -EMACS_PORT_NAME= emacs20 - -.include "${MASTERDIR}/Makefile" diff --git a/news/t-gnus-mule/Makefile b/news/t-gnus-mule/Makefile deleted file mode 100644 index ae202f0..0000000 --- a/news/t-gnus-mule/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: T-gnus (for mule) -# Date created: 13 September 2000 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../t-gnus - -EMACS_PORT_NAME= mule - -.include "${MASTERDIR}/Makefile" diff --git a/news/t-gnus-xemacs21-mule/Makefile b/news/t-gnus-xemacs21-mule/Makefile deleted file mode 100644 index 22460b8..0000000 --- a/news/t-gnus-xemacs21-mule/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# New ports collection makefile for: T-gnus (for xemacs21-mule) -# Date created: 13 September 2000 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../t-gnus - -EMACS_PORT_NAME= xemacs21-mule -EMACS_W3M_LISP_FILE= ${LOCALBASE}/lib/xemacs/site-packages/lisp/w3m/shimbun.el - - -.include "${MASTERDIR}/Makefile" |