diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-30 19:46:19 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-30 19:46:19 +0800 |
commit | 6ddd4aeae8c011f8224d8b1aa63bcaff48af87dd (patch) | |
tree | 32e626bface2cb0a112a0ee2e2cc782d9a5b6c84 /editors | |
parent | 60acc6bb1b816beea1b603eef93cc9733aee5d61 (diff) | |
download | freebsd-ports-graphics-6ddd4aeae8c011f8224d8b1aa63bcaff48af87dd.tar.gz freebsd-ports-graphics-6ddd4aeae8c011f8224d8b1aa63bcaff48af87dd.tar.zst freebsd-ports-graphics-6ddd4aeae8c011f8224d8b1aa63bcaff48af87dd.zip |
change master site to sourceforge
Submitted by: Anders Andersson <anders@codefactory.se>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/poedit/Makefile | 3 | ||||
-rw-r--r-- | editors/poedit/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 808fb589544..3a4806836d3 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -9,7 +9,8 @@ PORTNAME= poedit PORTVERSION= 1.0.3 CATEGORIES= editors -MASTER_SITES= http://www.volny.cz/v.slavik/poedit/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@FreeBSD.org diff --git a/editors/poedit/pkg-descr b/editors/poedit/pkg-descr index 61c8b05fbc8..855b2cef9e5 100644 --- a/editors/poedit/pkg-descr +++ b/editors/poedit/pkg-descr @@ -19,4 +19,4 @@ Here is a brief features list: - You can use poEdit to scan source code for translatable strings - Integration with KDE and GNOME desktops -WWW: http://www.volny.cz/v.slavik/poedit/ +WWW: http://poedit.sourceforge.net/ |