diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 11:50:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 11:50:54 +0000 |
commit | 4d09a2c448b1dbce09101e53d1c4c8e31b19c2cb (patch) | |
tree | 95c2211abc326296b82de0a0d495384e56a92e87 /news | |
parent | Update to 1.9.99. (diff) |
Remove the t-gnus slave ports, since t-gnus was removed.
Notes
Notes:
svn path=/head/; revision=147367
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 72e2687d725e..bcfe11aff84c 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 3f4905dcc97f..000000000000 --- 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 ae202f0f3547..000000000000 --- 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 22460b843388..000000000000 --- 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" |