Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Apr 1999 15:25:46 -0800 (PST)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10926: Change: misc/amanda
Message-ID:  <199904022325.PAA06190@patrol.area51.fremont.ca.us>

next in thread | raw e-mail | index | archive | help

>Number:         10926
>Category:       ports
>Synopsis:       Change: misc/amanda
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr  2 15:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

The amanda MASTER_SITE now has amanda 2.4 in their main directory
and moved the 2.3 version to an old-versions directory.  Maybe
the amanda24 port should replace this port?  If not, I've attached
a patch below.

>How-To-Repeat:

	

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/misc/amanda/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	1997/03/08 05:00:11	1.9
+++ Makefile	1999/04/02 23:03:05
@@ -8,7 +8,7 @@
 
 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 @@
 		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>


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904022325.PAA06190>