From 2cd223ae3d718296661409a8cf764f0d87778473 Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 16 Oct 2006 10:31:24 +0000 Subject: Restore major 7.0.0p1 PORTVERSION to make scripts happy. No functional changes. Discussed with: erwin Approved by: portmgr (implicitly) --- print/pdflib/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'print') 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 -- cgit