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 /databases/gnats/Makefile | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-graphics-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-graphics-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 'databases/gnats/Makefile')
-rw-r--r-- | databases/gnats/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index c45be316f90..453d0a2884f 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -3,7 +3,7 @@ # Date created: 10 November 1995 # Whom: pst # -# $Id: Makefile,v 1.6 1996/08/03 19:11:26 pst Exp $ +# $Id: Makefile,v 1.7 1996/11/17 03:18:23 obrien Exp $ # DISTNAME= gnats-3.97-beta @@ -22,6 +22,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-lispdir=${PREFIX}/share/emacs/site-lisp \ --with-full-gnats USE_GMAKE= yes +MAN1= edit-pr.1 gnats.1 query-pr.1 send-pr.1 +MAN8= mkcat.8 rmcat.8 mkdist.8 query-pr.8 file-pr.8 gen-index.8 # this stops the configuration program from pulling installation # information in from the standard freebsd send-pr program |