From 91f6be9b3a1342fc279e6b00e8f68fd67cc6978d Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Wed, 7 Apr 1999 18:10:08 +0000 Subject: - Fixed MASTER_SITE_SUBDIR - Added -f flag to rm so it wouldn't prompt/confuse people during the build. PR: ports/10990 Submitted by: mharo@area51.fremont.ca.us --- audio/gnomeaudio2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/gnomeaudio2') diff --git a/audio/gnomeaudio2/Makefile b/audio/gnomeaudio2/Makefile index 6c59edc84f32..0640b59f6b98 100644 --- a/audio/gnomeaudio2/Makefile +++ b/audio/gnomeaudio2/Makefile @@ -3,14 +3,14 @@ # Date created: 29 Dec 1998 # Whom: Vanilla I. Shu # -# $Id: Makefile,v 1.6 1999/03/09 01:08:47 nectar Exp $ +# $Id: Makefile,v 1.7 1999/03/27 10:35:54 vanilla Exp $ # DISTNAME= gnome-audio-1.0.0 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 @@ NO_BUILD= yes INSTALL_TARGET= INSTALL_DATA="${INSTALL_DATA}" install post-extract: - @${RM} -r ${WRKSRC}/sounds/sounds + @${RM} -fr ${WRKSRC}/sounds/sounds .include -- cgit v1.2.3