diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 01:53:09 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 01:53:09 +0000 |
commit | e852692922f2171a8ae932972a097c87e99123de (patch) | |
tree | 2a1faac8a119eb47a6bc4ed789769fac747a8576 /games/xjump/Makefile | |
parent | Add dependency on devel/p5-Attribute-Handlers (diff) |
Switch over to MASTER_SITE_DEBIAN.
Also convert COMMENT while I'm here.
List of candidate ports from
PR: 47881
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to '')
-rw-r--r-- | games/xjump/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile index a2d125933bd9..d108e4151fad 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -8,10 +8,7 @@ PORTNAME= xjump PORTVERSION= 2.7.5 CATEGORIES= games -MASTER_SITES= ftp://ftp.jp.debian.org/debian/%SUBDIR%/ \ - ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/%SUBDIR%/ \ - ftp://ftp.de.debian.org/debian/%SUBDIR%/ \ - ftp://ftp.debian.org/debian/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/x/xjump DISTNAME= ${PORTNAME}_${PORTVERSION}.orig |