diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /news/trn | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
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 |