diff options
author | ale <ale@FreeBSD.org> | 2006-10-16 18:31:24 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-10-16 18:31:24 +0800 |
commit | 2cd223ae3d718296661409a8cf764f0d87778473 (patch) | |
tree | 29194b8066d135df9c654d5d5d414b942b1483ff /print | |
parent | b8e6a8ac6f955d1a2ca3f21c517a0de67897b6ef (diff) | |
download | freebsd-ports-gnome-2cd223ae3d718296661409a8cf764f0d87778473.tar.gz freebsd-ports-gnome-2cd223ae3d718296661409a8cf764f0d87778473.tar.zst freebsd-ports-gnome-2cd223ae3d718296661409a8cf764f0d87778473.zip |
Restore major 7.0.0p1 PORTVERSION to make scripts happy.
No functional changes.
Discussed with: erwin
Approved by: portmgr (implicitly)
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 |