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 /misc/amanda26-client/Makefile | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.tar.gz ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.zip |
Notes
Diffstat (limited to 'misc/amanda26-client/Makefile')
-rw-r--r-- | misc/amanda26-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 11faa11b84e6..fe21126ad25a 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/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> |