diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /news/trn | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.tar.gz ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.zip |
Notes
Diffstat (limited to 'news/trn')
-rw-r--r-- | news/trn/Makefile | 7 | ||||
-rw-r--r-- | news/trn/pkg-plist | 11 |
2 files changed, 9 insertions, 9 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index d4abe2230a29..07ed78aecc31 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -3,17 +3,18 @@ # Date created: 21 October 1994 # Whom: smace # -# $Id$ +# $Id: Makefile,v 1.8 1996/11/18 13:01:30 asami Exp $ # DISTNAME= trn-3.6 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ -IS_INTERACTIVE= yes - RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack +IS_INTERACTIVE= yes +MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1 + pre-configure: @echo "===> Running pre-configure target for ${DISTNAME}" @sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC} diff --git a/news/trn/pkg-plist b/news/trn/pkg-plist index e40ad75e4773..8779bd949556 100644 --- a/news/trn/pkg-plist +++ b/news/trn/pkg-plist @@ -1,5 +1,4 @@ @exec echo "Be sure to edit %D/bin/Pnews and %D/bin/newsetup to set the Distribution codes" -@cwd /usr/local bin/Pnews bin/Rnmail bin/newsetup @@ -15,8 +14,8 @@ lib/trn/makedir lib/trn/mbox.saver lib/trn/newsnews lib/trn/norm.saver -man/man1/trn.1 -man/man1/Pnews.1 -man/man1/Rnmail.1 -man/man1/newsetup.1 -man/man1/newsgroups.1 +man/man1/trn.1.gz +man/man1/Pnews.1.gz +man/man1/Rnmail.1.gz +man/man1/newsetup.1.gz +man/man1/newsgroups.1.gz |