diff options
| author | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-08 15:00:17 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1998-07-08 15:00:17 +0000 |
| commit | 90cb9f957c92113b64c759b9466328598daf4af9 (patch) | |
| tree | fa5b07b1259c30b286b740c593d81328acd81d00 | |
| parent | c15d0c5f70c928558e8799b04e33cd3526bc2089 (diff) | |
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/Makefile | 4 |
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 |
