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/nn/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/nn/Makefile')
-rw-r--r-- | news/nn/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index b7a6a2b7c420..666357746f37 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.8 1996/03/04 11:27:35 ache Exp $ +# $Id: Makefile,v 1.9 1996/11/18 11:37:47 asami Exp $ # DISTNAME= nn-6.5.0.b3 @@ -12,6 +12,10 @@ CATEGORIES= news MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/beta/ MAINTAINER= ache@FreeBSD.ORG +MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \ + nntidy.1 nnacct.1 nnadmin.1 nnstats.1 nnusage.1 +MAN8= nnmaster.8 nnspew.8 + pre-patch: @cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h |