diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-07 22:32:55 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-07 22:32:55 +0000 |
commit | 6bc21c4fea60b474c7da7894cd4bc098f8f97881 (patch) | |
tree | ca3f24f964e168619b7327ff19e53ff6d7090f18 | |
parent | b218fab706b17ee85099c1e715f696680a504677 (diff) | |
download | FreeBSD-ports-6bc21c4fea60b474c7da7894cd4bc098f8f97881.zip FreeBSD-ports-6bc21c4fea60b474c7da7894cd4bc098f8f97881.tar.gz |
Fix fennerism (MASTER_SITE has been slightly changed).
-rw-r--r-- | graphics/libmorph/Makefile | 2 | ||||
-rw-r--r-- | graphics/morpheus/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libmorph/Makefile b/graphics/libmorph/Makefile index af2dda1..22f4738 100644 --- a/graphics/libmorph/Makefile +++ b/graphics/libmorph/Makefile @@ -8,7 +8,7 @@ PORTNAME= libmorph PORTVERSION= 0.1.2 CATEGORIES= graphics -MASTER_SITES= http://wine.sexcity.pl/morpheus/ +MASTER_SITES= http://wine.sexcity.pl/morpheus/meat/ MAINTAINER= sobomax@FreeBSD.org diff --git a/graphics/morpheus/Makefile b/graphics/morpheus/Makefile index f64dfc8..b7b72fc 100644 --- a/graphics/morpheus/Makefile +++ b/graphics/morpheus/Makefile @@ -8,7 +8,7 @@ PORTNAME= morpheus PORTVERSION= 0.3 CATEGORIES= graphics gnome -MASTER_SITES= http://wine.sexcity.pl/morpheus/ +MASTER_SITES= http://wine.sexcity.pl/morpheus/meat/ MAINTAINER= sobomax@FreeBSD.org |