aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1998-07-08 23:00:17 +0800
committerscrappy <scrappy@FreeBSD.org>1998-07-08 23:00:17 +0800
commitb9ef6d6e447c152a1321380c8dba72e46d927a1c (patch)
tree65096415aa2068cfb928a1930fd8ca8caba73b07
parent6c9984ce68dc34f2a43904f82bce9810012454da (diff)
downloadfreebsd-ports-gnome-b9ef6d6e447c152a1321380c8dba72e46d927a1c.tar.gz
freebsd-ports-gnome-b9ef6d6e447c152a1321380c8dba72e46d927a1c.tar.zst
freebsd-ports-gnome-b9ef6d6e447c152a1321380c8dba72e46d927a1c.zip
Can't find anything wrong at the MASTER_SITES that this is failing on, except
maybe the // that was in the URI is screwing things up. Remove the extra /, and will heck it again later...
-rw-r--r--audio/kmpg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/kmpg/Makefile b/audio/kmpg/Makefile
index dd827f311b49..18a7c21ac6d4 100644
--- a/audio/kmpg/Makefile
+++ b/audio/kmpg/Makefile
@@ -3,13 +3,13 @@
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/06/12 08:05:59 tg Exp $
#
DISTNAME= kmpg-0.3.3
CATEGORIES= audio x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= /unstable/apps/multimedia/sound
+MASTER_SITE_SUBDIR= unstable/apps/multimedia/sound
EXTRACT_SUFX= .tgz
MAINTAINER= hanspb@persbraten.vgs.no