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 /misc/amanda-server/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 'misc/amanda-server/Makefile')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 11faa11..fe21126 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -3,7 +3,7 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/03/25 10:56:38 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/11 05:49:06 obrien Exp $ # DISTNAME= amanda-2.2.6.5 @@ -13,5 +13,7 @@ MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ MAINTAINER= gpalmer@FreeBSD.ORG PATCH_STRIP= +MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 + amflush.8 amlabel.8 amrestore.8 amtape.8 .include <bsd.port.mk> |