Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 1999 19:05:05 -0700 (PDT)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10990: Update: audio/gnomeaudio
Message-ID:  <199904070205.TAA81128@patrol.area51.fremont.ca.us>

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

>Number:         10990
>Category:       ports
>Synopsis:       Update: audio/gnomeaudio
>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:   Tue Apr  6 19:10:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Changes:
	- Fixed MASTER_SITE_SUBDIR
	- Added -f flag to rm so it wouldn't prompt/confuse people during the 
	  build.

portlint: 0 warnings, 0 errors
patches:  0 new, 0 removed

>How-To-Repeat:

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/gnomeaudio/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	1999/03/27 10:35:54	1.7
+++ Makefile	1999/04/07 01:59:56
@@ -10,7 +10,7 @@
 PKGNAME=	gnomeaudio-1.0.0
 CATEGORIES=	audio gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	gnome-audio
+MASTER_SITE_SUBDIR=	gnome-1.0/sources
 
 MAINTAINER=	vanilla@FreeBSD.ORG
 
@@ -24,6 +24,6 @@
 INSTALL_TARGET=	INSTALL_DATA="${INSTALL_DATA}" install
 
 post-extract:
-	@${RM} -r ${WRKSRC}/sounds/sounds
+	@${RM} -fr ${WRKSRC}/sounds/sounds
 
 .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?199904070205.TAA81128>