diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
commit | 803a90b661ad659b171b7cf43a184ece5df60ca4 (patch) | |
tree | 475b259bd57593512221e9ea0c550b5e5ab2b787 /print | |
parent | 6f5a4bb0116f5a3cf40f6b7262b8a23bbbcfa65b (diff) | |
download | ports-803a90b661ad659b171b7cf43a184ece5df60ca4.tar.gz ports-803a90b661ad659b171b7cf43a184ece5df60ca4.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/txtbdf2ps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile index 4421df6a2c24..6bf6582776bf 100644 --- a/print/txtbdf2ps/Makefile +++ b/print/txtbdf2ps/Makefile @@ -5,15 +5,13 @@ PORTNAME= txtbdf2ps PORTVERSION= 0.7.1 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ +MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \ 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 USES= perl5 shebangfix EXTRACT_CMD= ${CP} |