summaryrefslogtreecommitdiff
path: root/audio/gnomeaudio2
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-04-07 18:10:08 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-04-07 18:10:08 +0000
commit91f6be9b3a1342fc279e6b00e8f68fd67cc6978d (patch)
treef69d03dcef9dfd2c6ea81372ad3a01640ed5ef20 /audio/gnomeaudio2
parent"Had to change the source tar file - not enough for a new version, but (diff)
- 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
Notes
Notes: svn path=/head/; revision=17703
Diffstat (limited to 'audio/gnomeaudio2')
-rw-r--r--audio/gnomeaudio2/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <vanilla@FreeBSD.ORG>
#
-# $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 <bsd.port.mk>