summaryrefslogtreecommitdiff
path: root/multimedia/gmplayer
diff options
context:
space:
mode:
authorwiz <wiz>2006-08-23 18:11:48 +0000
committerwiz <wiz>2006-08-23 18:11:48 +0000
commitd179f7790ad00164290a50aa66e0fba51e7ae50d (patch)
tree878fba09fd69ebf2934a704ab4b89f5a3c3121c9 /multimedia/gmplayer
parentfffaa6558b3e42c93d09054ab96c4f70bfb9e548 (diff)
downloadpkgsrc-d179f7790ad00164290a50aa66e0fba51e7ae50d.tar.gz
Fix replacement pattern in SKIN_SITES (missing trailing slash).
Diffstat (limited to 'multimedia/gmplayer')
-rw-r--r--multimedia/gmplayer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gmplayer/Makefile b/multimedia/gmplayer/Makefile
index b492e62c68a..1957fe9ceae 100644
--- a/multimedia/gmplayer/Makefile
+++ b/multimedia/gmplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2006/08/04 21:06:59 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2006/08/23 18:11:48 wiz Exp $
#
# NOTE: if you are updating both mplayer and gmplayer, you must ensure
@@ -17,7 +17,7 @@ SKIN_SITES= http://www1.mplayerhq.hu/MPlayer/skins/ \
http://ftp5.mplayerhq.hu/MPlayer/skins/ \
ftp://ftp5.mplayerhq.hu/MPlayer/skins/ \
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/mplayer/ \
- ${MASTER_SITE_LOCAL:=mplayer}
+ ${MASTER_SITE_LOCAL:=mplayer/}
.include "../../multimedia/mplayer-share/Makefile.common"