diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-03 09:32:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-03 09:32:00 +0000 |
commit | ca11770837e04985758bb723c5570730871e648a (patch) | |
tree | 3402a1ac5b75c260bf57257a0080d7c96916644f /misc/amanda24-server | |
parent | 165d76395f4b67ccfd92917628b8bb2571e71254 (diff) | |
download | ports-ca11770837e04985758bb723c5570730871e648a.tar.gz ports-ca11770837e04985758bb723c5570730871e648a.zip |
Notes
Diffstat (limited to 'misc/amanda24-server')
-rw-r--r-- | misc/amanda24-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/amanda24-server/Makefile b/misc/amanda24-server/Makefile index 936e3a18b8d3..7bbb6a0d0ac5 100644 --- a/misc/amanda24-server/Makefile +++ b/misc/amanda24-server/Makefile @@ -3,10 +3,11 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.11 1998/02/25 09:47:25 asami Exp $ +# $Id: Makefile,v 1.12 1998/03/02 16:09:29 cwt Exp $ # DISTNAME= amanda-2.4.0-980222 +PKGNAME= amanda-2.4.0.980222 CATEGORIES= misc MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ |