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/Makefile | |
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/Makefile')
-rw-r--r-- | news/trn/Makefile | 7 |
1 files changed, 4 insertions, 3 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} |