diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-03-04 09:38:58 +0800 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-03-04 09:38:58 +0800 |
commit | aaebe1160137585329d1158f4a09a3f68669755a (patch) | |
tree | 8ed504af22861b601f3d8babc7b3cb0651d54040 /print | |
parent | 40a30233468af3d2680970e570a1731c3e1d6032 (diff) | |
download | freebsd-ports-gnome-aaebe1160137585329d1158f4a09a3f68669755a.tar.gz freebsd-ports-gnome-aaebe1160137585329d1158f4a09a3f68669755a.tar.zst freebsd-ports-gnome-aaebe1160137585329d1158f4a09a3f68669755a.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} |