diff options
author | cwt <cwt@FreeBSD.org> | 1998-09-13 09:16:02 +0800 |
---|---|---|
committer | cwt <cwt@FreeBSD.org> | 1998-09-13 09:16:02 +0800 |
commit | 053e78f48cc8958799fc9b4c5cf8b4ea9321d3f7 (patch) | |
tree | ced56e3f404bc6044e2d36ce45f6d3640c3151e8 /misc/amanda25-client/Makefile | |
parent | 09dd029af6fbe979b1022d338d327a702df37789 (diff) | |
download | freebsd-ports-gnome-053e78f48cc8958799fc9b4c5cf8b4ea9321d3f7.tar.gz freebsd-ports-gnome-053e78f48cc8958799fc9b4c5cf8b4ea9321d3f7.tar.zst freebsd-ports-gnome-053e78f48cc8958799fc9b4c5cf8b4ea9321d3f7.zip |
Unbreak and update to 2.4.1. Now builds (with stubbed out chio functions) under CAM. Fixes for ELF and CAM RSN.
Diffstat (limited to 'misc/amanda25-client/Makefile')
-rw-r--r-- | misc/amanda25-client/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 153bdd867456..51cc27b203ba 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -3,10 +3,10 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.18 1998/06/29 06:42:09 cwt Exp $ +# $Id: Makefile,v 1.19 1998/08/25 02:28:37 asami Exp $ # -DISTNAME= amanda-2.4.0p1 +DISTNAME= amanda-2.4.1 CATEGORIES= misc MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ @@ -15,9 +15,7 @@ MAINTAINER= cwt@FreeBSD.ORG BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -BROKEN= gtk11.m4 - -WRKSRC= ${WRKDIR}/amanda-2.4.0p1 +WRKSRC= ${WRKDIR}/amanda-2.4.1 NO_LATEST_LINK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ @@ -27,13 +25,14 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ PATCH_STRIP= MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amrestore.8 amrmtape.8 amtape.8 amtoc.8 \ - amverify.8 + amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ + amtape.8 amtoc.8 amverify.8 post-install: ${MKDIR} ${PREFIX}/share/examples/amanda ${CP} -R ${WRKSRC}/example/amanda.conf \ ${WRKSRC}/example/chg-multi.conf \ + ${WRKSRC}/example/chg-scsi.conf \ ${WRKSRC}/example/disklist \ ${PREFIX}/share/examples/amanda |