diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-10-16 10:31:24 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-10-16 10:31:24 +0000 |
commit | e05f5dddd3510f47d996b17917e958dcedd457df (patch) | |
tree | 2b1529a0df99fcf1cab13f4ea42e8dc365b090e5 /print | |
parent | d754180768ceb88d6503eb611b91f8153d84da04 (diff) | |
download | ports-e05f5dddd3510f47d996b17917e958dcedd457df.tar.gz ports-e05f5dddd3510f47d996b17917e958dcedd457df.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index c4de5580a21f..e8de825052d1 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -6,11 +6,10 @@ # PORTNAME= pdflib -PORTVERSION= 7.0.0 -PORTREVISION= 1 +PORTVERSION= 7.0.0p1 CATEGORIES= print -MASTER_SITES= http://www.pdflib.com/binaries/PDFlib/${PORTVERSION:S/.//g}/ -DISTNAME= PDFlib-Lite-${PORTVERSION}p1 +MASTER_SITES= http://www.pdflib.com/binaries/PDFlib/${PORTVERSION:S/.//g:S/p1//}/ +DISTNAME= PDFlib-Lite-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A C library for dynamically generating PDF |