summaryrefslogtreecommitdiff
path: root/misc/amanda
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-16 18:50:06 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-16 18:50:06 +0000
commit2b74641467be273ee8dfb0a6192973be124dda52 (patch)
tree132ed1d9f5d9e877f2a5c68e9d1e16156698b031 /misc/amanda
parentA null commit to note that the previous commit changed this script to: (diff)
update mastersite
PR: 10926 Submitted by: me
Notes
Notes: svn path=/head/; revision=17932
Diffstat (limited to 'misc/amanda')
-rw-r--r--misc/amanda/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile
index d91598b25a69..5af55f5a32c9 100644
--- a/misc/amanda/Makefile
+++ b/misc/amanda/Makefile
@@ -3,12 +3,12 @@
# Date created: 28th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $
+# $Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp $
#
DISTNAME= amanda-2.3.0
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
+MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/old-versions/
MAINTAINER= gpalmer@FreeBSD.ORG
@@ -17,10 +17,10 @@ MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \
amflush.8 amlabel.8 amrestore.8 amtape.8
pre-configure:
- echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags
+ ${ECHO} "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags
post-install:
- mkdir -p ${PREFIX}/share/examples/amanda
- cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda
+ ${MKDIR} ${PREFIX}/share/examples/amanda
+ ${CP} -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda
.include <bsd.port.mk>