diff options
author | cwt <cwt@FreeBSD.org> | 1998-03-02 16:09:32 +0000 |
---|---|---|
committer | cwt <cwt@FreeBSD.org> | 1998-03-02 16:09:32 +0000 |
commit | 0df83d178ac5fac72e9e96fafa275d0c6df3499c (patch) | |
tree | 5c3b23453572c26345fa25c7ea1a0dcb326d54ba /misc/amanda24/Makefile | |
parent | 3469b3c7963e93adb57db606e3160271cd830916 (diff) | |
download | FreeBSD-ports-0df83d178ac5fac72e9e96fafa275d0c6df3499c.zip FreeBSD-ports-0df83d178ac5fac72e9e96fafa275d0c6df3499c.tar.gz |
Now on to release candidates for amanda 2.4.0.
Diffstat (limited to 'misc/amanda24/Makefile')
-rw-r--r-- | misc/amanda24/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/amanda24/Makefile b/misc/amanda24/Makefile index 1cf5472..936e3a1 100644 --- a/misc/amanda24/Makefile +++ b/misc/amanda24/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 \ |