diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-29 09:24:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-29 09:24:00 +0000 |
commit | e6bc169a47002df71cd82c5a4d1818827170ebb1 (patch) | |
tree | c61582aba2cbef16e1f73741b38bc826ee861932 | |
parent | Fix build on 4.x. Prompted by kris, approved by maintainer. (diff) |
- Update MASTER_SITES
Reported by: bento via kris
-rw-r--r-- | comms/py-bulksms/Makefile | 2 | ||||
-rw-r--r-- | games/xrisk/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-bulksms/Makefile b/comms/py-bulksms/Makefile index 6cac0113dd4d..ea4e8bf939fc 100644 --- a/comms/py-bulksms/Makefile +++ b/comms/py-bulksms/Makefile @@ -8,7 +8,7 @@ PORTNAME= bulksms PORTVERSION= 0.1 CATEGORIES= comms python -MASTER_SITES= http://botanicus.net/dw/dl/ +MASTER_SITES= http://botanicus.net/dw.old/dl/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION} diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index f4f3656f96f1..602dec6cc3de 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -8,7 +8,7 @@ PORTNAME= xrisk PORTVERSION= 2.15 CATEGORIES= games -MASTER_SITES= http://my.pages.de/pub/comp/games/xrisk/ +MASTER_SITES= http://my.pages.de/pub/comp/unix/games/xrisk/old/ MAINTAINER= adam-ports@blacktabby.org COMMENT= A game for X11, much like the popular board game |