diff options
author | clsung <clsung@FreeBSD.org> | 2007-03-06 12:58:09 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-03-06 12:58:09 +0800 |
commit | 612f7082ddce35e43fd2a2c6ab92ef8d3ac52ee2 (patch) | |
tree | 349375a870cbc9d106f854ab7fa9edfff1eb5a07 /print | |
parent | 129716d24a7f88239c006747f5d528ad4b3e66ab (diff) | |
download | freebsd-ports-gnome-612f7082ddce35e43fd2a2c6ab92ef8d3ac52ee2.tar.gz freebsd-ports-gnome-612f7082ddce35e43fd2a2c6ab92ef8d3ac52ee2.tar.zst freebsd-ports-gnome-612f7082ddce35e43fd2a2c6ab92ef8d3ac52ee2.zip |
- submitter take maintainership
- remove stale master_site
PR: ports/109961
Submitted by: maintainer (Alex Kozlov)
Diffstat (limited to 'print')
-rw-r--r-- | print/txtbdf2ps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile index 0e0dc448ea76..67676dd5745e 100644 --- a/print/txtbdf2ps/Makefile +++ b/print/txtbdf2ps/Makefile @@ -11,11 +11,10 @@ PORTVERSION= 0.7.1 CATEGORIES= print MASTER_SITES= http://www.geocities.com/CapeCanaveral/Lab/5735/1/ \ http://oldrus-ispell.sourceforge.net/ \ - http://members.fortunecity.com/brodsky/TL/LS/ \ - http://sawsoft.newmail.ru/LS/ + http://members.fortunecity.com/brodsky/TL/LS/ EXTRACT_SUFX= .txt -MAINTAINER= ports@FreeBSD.org +MAINTAINER= spam@rm-rf.kiev.ua COMMENT= Translator TXT + BDF to PS PLIST_FILES= bin/txtbdf2ps |