diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-04 06:25:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-04 06:25:20 +0000 |
commit | 59ecdafdbaafc101227f1c744fcd285aefb1c8e8 (patch) | |
tree | 188a8f817c999179cd5d7b9b3503467d9743396d /print/pdflib/Makefile | |
parent | 57bef5d5c8d0676471473bac51c1f6c960d3b4ee (diff) |
Notes
Diffstat (limited to 'print/pdflib/Makefile')
-rw-r--r-- | print/pdflib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 7fc5a02d0a51..5746c98f4424 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pdflib -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= print MASTER_SITES= http://www.pdflib.com/products/pdflib/download/ -DISTNAME= PDFlib-Lite-5.0.0-Unix-src +DISTNAME= PDFlib-Lite-${PORTVERSION}-Unix-src MAINTAINER= sysadmin@alexdupre.com COMMENT= A C library for dynamically generating PDF @@ -40,7 +40,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/fonts/* ${DATADIR}/fonts .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/pdflib/* ${DOCSDIR} .endif .include <bsd.port.mk> |