diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-24 11:07:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-24 11:07:13 +0000 |
commit | 789e826fff4a050f5be31c69fc75eca8384e43bb (patch) | |
tree | 2db391925cd8488b1fdb62262d4579655b66d13e /news | |
parent | 61d89b020466fc56678c51ba88cf4da27c16bb9b (diff) | |
download | ports-789e826fff4a050f5be31c69fc75eca8384e43bb.tar.gz ports-789e826fff4a050f5be31c69fc75eca8384e43bb.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/suck-cnews/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index ec4da446124e..2cdca185f57c 100644 --- a/news/Makefile +++ b/news/Makefile @@ -43,6 +43,7 @@ SUBDIR += slrn SUBDIR += slurp SUBDIR += suck + SUBDIR += suck-cnews SUBDIR += t-gnus-emacs20 SUBDIR += t-gnus-mule SUBDIR += t-gnus-xemacs21-mule diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile new file mode 100644 index 000000000000..a5733619604d --- /dev/null +++ b/news/suck-cnews/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: suck (cnews) +# Date created: 22 May 2001 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../suck + +NEWSBIN?= ${PREFIX}/news/cnewsbin +NEWSCTL?= ${PREFIX}/news/lib + +.include "${MASTERDIR}/Makefile" |