diff options
author | asami <asami@FreeBSD.org> | 1996-11-19 01:18:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-19 01:18:00 +0000 |
commit | 0ace68afc336e804d240a6d70c74680beaf4b92c (patch) | |
tree | 1b5a1c0bba1a3e4afe9ae9ad4540bde3f0830b44 /misc/amanda-client | |
parent | 38c9298096525851ab3e7718c28dc7851472f5c7 (diff) | |
download | FreeBSD-ports-0ace68afc336e804d240a6d70c74680beaf4b92c.zip FreeBSD-ports-0ace68afc336e804d240a6d70c74680beaf4b92c.tar.gz |
Fix some typos I so eloquently introduced last night.
Found by: make index
Diffstat (limited to 'misc/amanda-client')
-rw-r--r-- | misc/amanda-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index fe21126..1afbb92 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -3,7 +3,7 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.6 1996/11/11 05:49:06 obrien Exp $ +# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ # DISTNAME= amanda-2.2.6.5 @@ -13,7 +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 +MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 .include <bsd.port.mk> |