diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2017-12-31 20:33:08 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2017-12-31 20:33:08 +0000 |
commit | c11d69b3027fd4169c0ca857038df0bf910a1f2d (patch) | |
tree | e91c0f1c044631c2f13099cab92596cdf207184e | |
parent | databases/datamodeler: update 4.1.5.907 -> 17.4.0.355.2121 (diff) |
textproc/pdfsandwich: Correction of MASTER_SITES
Previous commit, sadly, had a wrong SF MASTER_SITES URL.
Now this is corrected. :-)
PR: 221737
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13708
Notes
Notes:
svn path=/head/; revision=457726
-rw-r--r-- | textproc/pdfsandwich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pdfsandwich/Makefile b/textproc/pdfsandwich/Makefile index 4f848ba47562..4531d7ebe79d 100644 --- a/textproc/pdfsandwich/Makefile +++ b/textproc/pdfsandwich/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfsandwich DISTVERSION= 0.1.6 CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${PORTNAME}/ +MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Command line tool generating "sandwich" OCR pdf files |