diff options
author | Chris Timmons <cwt@FreeBSD.org> | 1998-03-02 16:09:32 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 1998-03-02 16:09:32 +0000 |
commit | 04ca7fb280dcf56f8037303a8ab60aa357727e1a (patch) | |
tree | facfd489023a7490ec9be86e99467eb3c817226d /misc/amanda25-server/Makefile | |
parent | Upgrade to 2.8pre.2 (diff) |
Now on to release candidates for amanda 2.4.0.
Notes
Notes:
svn path=/head/; revision=9995
Diffstat (limited to 'misc/amanda25-server/Makefile')
-rw-r--r-- | misc/amanda25-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 1cf5472331af..936e3a18b8d3 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -3,15 +3,17 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.10 1998/02/18 14:23:28 cwt Exp $ +# $Id: Makefile,v 1.11 1998/02/25 09:47:25 asami Exp $ # -DISTNAME= amanda-2.4.0b6 +DISTNAME= amanda-2.4.0-980222 CATEGORIES= misc MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ MAINTAINER= cwt@FreeBSD.ORG +WRKSRC= ${WRKDIR}/amanda-2.4.0 + NO_LATEST_LINK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ |