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 /ftp/mirror/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 'ftp/mirror/Makefile')
-rw-r--r-- | ftp/mirror/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile index d06739b..46d7966 100644 --- a/ftp/mirror/Makefile +++ b/ftp/mirror/Makefile @@ -3,7 +3,7 @@ # Date created: 15 May 1995 # Whom: torstenb # -# $Id: Makefile,v 1.3 1996/03/16 15:29:09 torstenb Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:35:24 asami Exp $ # DISTNAME= mirror-2.8 @@ -14,6 +14,7 @@ MAINTAINER= torstenb@FreeBSD.ORG NO_WRKSUBDIR= yes MAKEFILE= makefile +MAN1= mirror.1 mirrormaster.1 pre-install: mkdir -p ${PREFIX}/lib/mirror |