diff options
author | ak <ak@FreeBSD.org> | 2012-03-04 09:38:58 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-03-04 09:38:58 +0800 |
commit | 8fc641f7ae20bda238d0c53bea162718dec6da55 (patch) | |
tree | f9642e889c2bc78fe57e81e4ba699d741fef589f /print | |
parent | 54871e4ac2969f6874d3b82ea367816fff7842d6 (diff) | |
download | freebsd-ports-gnome-8fc641f7ae20bda238d0c53bea162718dec6da55.tar.gz freebsd-ports-gnome-8fc641f7ae20bda238d0c53bea162718dec6da55.tar.zst freebsd-ports-gnome-8fc641f7ae20bda238d0c53bea162718dec6da55.zip |
Update MASTER_SITES
Approved by: eadler (mentor)
Diffstat (limited to 'print')
-rw-r--r-- | print/txtbdf2ps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile index 895816b590dd..3c360b1e1920 100644 --- a/print/txtbdf2ps/Makefile +++ b/print/txtbdf2ps/Makefile @@ -9,13 +9,15 @@ PORTNAME= txtbdf2ps PORTVERSION= 0.7.1 CATEGORIES= print -MASTER_SITES= http://src4.narod.ru/ \ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://oldrus-ispell.sourceforge.net/ EXTRACT_SUFX= .txt MAINTAINER= ak@FreeBSD.org COMMENT= Translator TXT + BDF to PS +PROJECTHOST= ak-various-projects + PLIST_FILES= bin/txtbdf2ps USE_PERL5= yes EXTRACT_CMD= ${CP} |