diff options
author | ale <ale@FreeBSD.org> | 2018-06-15 16:35:28 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2018-06-15 16:35:28 +0800 |
commit | 42af693a1c7b2950a1673d94af41713f44fe5616 (patch) | |
tree | ecf3c324d9e294d8ae140a6aa55eea95826f2913 /print | |
parent | 7ba1dcb18e92dba830cb490bffafedf4b23d71d8 (diff) | |
download | freebsd-ports-gnome-42af693a1c7b2950a1673d94af41713f44fe5616.tar.gz freebsd-ports-gnome-42af693a1c7b2950a1673d94af41713f44fe5616.tar.zst freebsd-ports-gnome-42af693a1c7b2950a1673d94af41713f44fe5616.zip |
Update MASTER_SITES to allow fetching.
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 |