diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /ftp | |
parent | Add $Id$. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=4578
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/mirror/Makefile | 3 | ||||
-rw-r--r-- | ftp/mirror/pkg-plist | 4 | ||||
-rw-r--r-- | ftp/yale-tftpd/pkg-plist | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile index d06739b077e7..46d796637f3c 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 diff --git a/ftp/mirror/pkg-plist b/ftp/mirror/pkg-plist index ae9c9ae590bf..3673f7ebedf1 100644 --- a/ftp/mirror/pkg-plist +++ b/ftp/mirror/pkg-plist @@ -7,5 +7,5 @@ lib/mirror/dateconv.pl lib/mirror/ftp.pl lib/mirror/lsparse.pl lib/mirror/mirror.defaults.sample -man/man1/mirror.1 -man/man1/mirrormaster.1 +man/man1/mirror.1.gz +man/man1/mirrormaster.1.gz diff --git a/ftp/yale-tftpd/pkg-plist b/ftp/yale-tftpd/pkg-plist index e7e582213409..efefe3440f41 100644 --- a/ftp/yale-tftpd/pkg-plist +++ b/ftp/yale-tftpd/pkg-plist @@ -1,3 +1,2 @@ -@cwd /usr/local libexec/tftpd man/man8/tftpd.8.gz |