diff options
author | Alex Dupre <ale@FreeBSD.org> | 2018-06-15 08:35:28 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2018-06-15 08:35:28 +0000 |
commit | 7692412ab93a05bac138703b7f6db3402645b28b (patch) | |
tree | ecf3c324d9e294d8ae140a6aa55eea95826f2913 /print | |
parent | ee5cf9be0517e5806b3bcea5e70d54447c8f3c77 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index bead1429e327..cef8d4a71b49 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -5,7 +5,7 @@ PORTNAME= pdflib PORTVERSION= 7.0.5 PORTREVISION= 5 CATEGORIES= print perl5 java -MASTER_SITES= http://www.pdflib.com/binaries/PDFlib/${PORTVERSION:S/.//g}/ +MASTER_SITES= LOCAL/ale DISTNAME= PDFlib-Lite-${PORTVERSION}p3 MAINTAINER= ale@FreeBSD.org |