diff options
author | Chris Timmons <cwt@FreeBSD.org> | 1998-04-04 06:20:17 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 1998-04-04 06:20:17 +0000 |
commit | 1845f827af15ee0f78d64e285008e3191c921b2f (patch) | |
tree | 89f8d7f4485372837587e08705552e878204dc1f /misc/amanda25-client/Makefile | |
parent | 055881fd5ed09f51fadd4fb1ca6df3dac3c966ae (diff) | |
download | freebsd-ports-1845f827af15ee0f78d64e285008e3191c921b2f.zip |
Upgrade for 2.4.0 release. I wish this could have coincided better with our 2.2.6 release. Leave NO_LATEST_LINK for a bit longer while we test.
Diffstat (limited to 'misc/amanda25-client/Makefile')
-rw-r--r-- | misc/amanda25-client/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index beeb4334c3c6..2a207cdb76eb 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -3,11 +3,10 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.13 1998/03/03 09:32:00 asami Exp $ +# $Id: Makefile,v 1.14 1998/03/20 02:06:07 cwt Exp $ # -DISTNAME= amanda-2.4.0-980319 -PKGNAME= amanda-2.4.0.980319 +DISTNAME= amanda-2.4.0 CATEGORIES= misc MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ |