diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-12 13:22:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-12 13:22:10 +0000 |
commit | 159f3a6c41e010d94bf7a7306fe51fa0fb66a756 (patch) | |
tree | d8d6bbd36f281954c0bc39eb7fb74f1072c82dd6 /devel/eboxy | |
parent | dabaa98212454964f1ca3dd67929c617accbf749 (diff) | |
download | ports-159f3a6c41e010d94bf7a7306fe51fa0fb66a756.tar.gz ports-159f3a6c41e010d94bf7a7306fe51fa0fb66a756.zip |
Notes
Diffstat (limited to 'devel/eboxy')
-rw-r--r-- | devel/eboxy/Makefile | 3 | ||||
-rw-r--r-- | devel/eboxy/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile index cb5603501622..10ae4133a301 100644 --- a/devel/eboxy/Makefile +++ b/devel/eboxy/Makefile @@ -10,8 +10,7 @@ PORTNAME= eboxy PORTVERSION= 0.3.7 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.bluelightning.org/ebox/files/eboxy/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff --git a/devel/eboxy/pkg-descr b/devel/eboxy/pkg-descr index 7bc3485ba3bb..c1532c5182a0 100644 --- a/devel/eboxy/pkg-descr +++ b/devel/eboxy/pkg-descr @@ -3,4 +3,4 @@ suitable for use on a TV. It reads an XML file describing a simple GUI consisting of pages, images, labels and buttons, and creates the GUI on the screen. -WWW: http://www.bluelightning.org/ebox/eboxy/ +WWW: http://eboxy.sourceforge.net/ |