diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2009-09-11 04:02:32 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2009-09-11 04:02:32 +0000 |
commit | 34cfbf5cd03f6ee92b941023bca52b0915fad7d5 (patch) | |
tree | 7fa2b1e9736699b3f285284803093c08e79c7c26 /print/libharu | |
parent | c92e4377e1b8bf01d15398b1cc85552fa59800f9 (diff) | |
download | ports-34cfbf5cd03f6ee92b941023bca52b0915fad7d5.tar.gz ports-34cfbf5cd03f6ee92b941023bca52b0915fad7d5.zip |
Notes
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> |