diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-13 19:15:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-13 19:15:18 +0000 |
commit | fc6811a539bf4b2c21df54cfd9b88ed7c5be82a1 (patch) | |
tree | 583597b2fc02e5022d527eafca09ae9b66669c8e /games/glob2 | |
parent | Dont try to remove libexec/cups/driver (diff) |
- Fix fetching
Diffstat (limited to 'games/glob2')
-rw-r--r-- | games/glob2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile index 5d0c4648a054..f5456d57144e 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -8,7 +8,7 @@ PORTNAME= glob2 PORTVERSION= 0.8.22 CATEGORIES= games -MASTER_SITES= http://globulation2.org/releases/${PORTVERSION}/:src \ +MASTER_SITES= http://dl.sv.nongnu.org/releases/glob2/${PORTVERSION}/:src \ ${MASTER_SITE_LOCAL:S|$|:data|:S|%SUBDIR%|${MASTER_SITE_SUBDIR}|} MASTER_SITE_SUBDIR= thierry DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \ |