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