aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2011-08-04 01:01:01 +0800
committerjohans <johans@FreeBSD.org>2011-08-04 01:01:01 +0800
commitae2f80dba2892b8cf33f025af394762552e25bbc (patch)
tree9fd4f6b27c9a558cf12efa26397664a2906ff23c
parenta8941d7ea23a3662bea5759fc3e47ed0e3f8f9c9 (diff)
downloadfreebsd-ports-gnome-ae2f80dba2892b8cf33f025af394762552e25bbc.tar.gz
freebsd-ports-gnome-ae2f80dba2892b8cf33f025af394762552e25bbc.tar.zst
freebsd-ports-gnome-ae2f80dba2892b8cf33f025af394762552e25bbc.zip
Correct MASTER_SITES for eboard-extras
-rw-r--r--games/eboard/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile
index 6187bbcd405c..b3c1845ef47a 100644
--- a/games/eboard/Makefile
+++ b/games/eboard/Makefile
@@ -9,8 +9,12 @@ PORTNAME= eboard
PORTVERSION= 1.1.1
PORTREVISION= 3
CATEGORIES= games
-MASTER_SITES= SF
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} eboard-extras-1pl2.tar.gz eboard-extras-2.tar.gz
+MASTER_SITES= SF \
+ SF/${PORTNAME}/eboard-extras/pack%201%20patchlevel%202/:p1 \
+ SF/${PORTNAME}/eboard-extras/pack%202/:p2
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ eboard-extras-1pl2.tar.gz:p1 \
+ eboard-extras-2.tar.gz:p2
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= johans@FreeBSD.org