diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /net/fspclient/Makefile | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.zip FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz |
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 'net/fspclient/Makefile')
-rw-r--r-- | net/fspclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index 1b01c3f..6108d91 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.6 1995/11/27 04:04:54 asami Exp $ +# $Id: Makefile,v 1.7 1996/11/18 11:34:48 asami Exp $ # DISTNAME= fspclient.0.0-h+ @@ -16,5 +16,6 @@ MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/fspclient GNU_CONFIGURE= yes +MAN1= fsp.1 .include <bsd.port.mk> |