diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2000-07-19 23:24:51 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2000-07-19 23:24:51 +0800 |
commit | abe8050512b4ad670d94fe1c96a1c7bd9dabc888 (patch) | |
tree | 389272f44bfec9cae680384c36241c43e2fe4c32 | |
parent | 2dd0270989bbfdf8bdb4e86ec377c8bc0b3a65b8 (diff) | |
download | freebsd-ports-gnome-abe8050512b4ad670d94fe1c96a1c7bd9dabc888.tar.gz freebsd-ports-gnome-abe8050512b4ad670d94fe1c96a1c7bd9dabc888.tar.zst freebsd-ports-gnome-abe8050512b4ad670d94fe1c96a1c7bd9dabc888.zip |
Fix WWW and MASTER_SITES.
-rw-r--r-- | graphics/twinlib/Makefile | 2 | ||||
-rw-r--r-- | graphics/twinlib/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/twinlib/Makefile b/graphics/twinlib/Makefile index c652aa851f4e..1f48c5e65fc4 100644 --- a/graphics/twinlib/Makefile +++ b/graphics/twinlib/Makefile @@ -8,7 +8,7 @@ PORTNAME= twinlib PORTVERSION= 0.2.3 CATEGORIES= graphics devel -MASTER_SITES= http://rio.xdev.org/twinlib/ +MASTER_SITES= http://nroard.free.fr/twinlib/ DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tgz diff --git a/graphics/twinlib/pkg-descr b/graphics/twinlib/pkg-descr index 849511a98681..4fdc930b274d 100644 --- a/graphics/twinlib/pkg-descr +++ b/graphics/twinlib/pkg-descr @@ -3,7 +3,7 @@ library that makes its base on the Qt Image I/O extensions, which are found in Qt 1.44 and later. It is somewhat useful for simple graphics programs. -WWW: http://rio.xdev.org/ +WWW: http://nroard.free.fr/twinlib/ Author: Nicolas Roard <nroard@e-motive.com> --Will <andrews@technologist.com> |