diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-05-20 01:59:13 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-05-20 01:59:13 +0000 |
commit | 7583a785091edc846f0af487bbcadb8760ffb74a (patch) | |
tree | e216dea3cc83822742ae6eb2f9b8cf240ae6b605 /editors/yudit | |
parent | 8f48161bc0f7397f2edd952ea1277860ef100312 (diff) | |
download | FreeBSD-ports-7583a785091edc846f0af487bbcadb8760ffb74a.zip FreeBSD-ports-7583a785091edc846f0af487bbcadb8760ffb74a.tar.gz |
Add MASTER_SITE and WWW
Diffstat (limited to 'editors/yudit')
-rw-r--r-- | editors/yudit/Makefile | 3 | ||||
-rw-r--r-- | editors/yudit/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 62b5da7..eb783f2 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -8,7 +8,8 @@ PORTNAME= yudit PORTVERSION= 1.5 CATEGORIES= editors converters print -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= http://yudit.org/download/ \ + ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= rch@WriteMe.Com diff --git a/editors/yudit/pkg-descr b/editors/yudit/pkg-descr index 01b3393..3bf1b1b 100644 --- a/editors/yudit/pkg-descr +++ b/editors/yudit/pkg-descr @@ -4,3 +4,5 @@ It supports simultanious processing of many languages, input methods, conversions for local character standards. The package includes conversion utilities, and it also has support for postscript printing. + +WWW: http://www.yudit.org/ |