diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-21 12:39:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-21 12:39:56 +0000 |
commit | c988fe0d61105adc8f90037af26d13317d9dc430 (patch) | |
tree | 7997818550b281a7a3fbfbf856a958b1025c8d63 | |
parent | Catch up with exim-4.20. (diff) |
Switch to MASTER_SITE_LOCAL. The original MASTER_SITE is broken
Notes
Notes:
svn path=/head/; revision=81606
-rw-r--r-- | graphics/kisomandel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile index d653f66b569d..58367cbed22d 100644 --- a/graphics/kisomandel/Makefile +++ b/graphics/kisomandel/Makefile @@ -9,7 +9,8 @@ PORTNAME= kisomandel PORTVERSION= 0.66 CATEGORIES= graphics -MASTER_SITES= http://helsteger.supereva.it/kisomandel/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved MAINTAINER= kde@freebsd.org COMMENT= A fractal rendering program with nice 3d-display in realtime |