diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
commit | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (patch) | |
tree | 01211d010da03727d5a1b1d741b0f66d96e8c322 /misc/amanda-server | |
parent | b9ddeab1ef96a0b678ab9fecf540334d4c83fb20 (diff) | |
download | FreeBSD-ports-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.zip FreeBSD-ports-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.gz |
Another round of Makefile updates, in utils!
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 6be500d..fc1cf30 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -3,13 +3,15 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.1.1.1 1995/03/01 00:23:25 gpalmer Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ # DISTNAME= amanda-2.2.6 -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ CATEGORIES+= utilities +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ + MAINTAINER= gpalmer@FreeBSD.ORG + PATCH_STRIP= .include <bsd.port.mk> |