diff options
Diffstat (limited to 'misc/amanda26-server/Makefile')
-rw-r--r-- | misc/amanda26-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 1cf5472331af..936e3a18b8d3 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-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 \ |