diff options
Diffstat (limited to 'print/libharu')
-rw-r--r-- | print/libharu/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/print/libharu/Makefile b/print/libharu/Makefile index 6dc3b70deed7..7db0cf8c485b 100644 --- a/print/libharu/Makefile +++ b/print/libharu/Makefile @@ -11,22 +11,19 @@ PORTVERSION= 2.1.0 CATEGORIES= print MASTER_SITES= http://libharu.org/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kimelto@gmail.com COMMENT= Haru Free PDF Library LIB_DEPENDS= png:${PORTSDIR}/graphics/png -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -.if !defined(NOPORTDOCS) -PORTDOCS= * - post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} + @(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif .include <bsd.port.mk> |