aboutsummaryrefslogtreecommitdiff
path: root/textproc/dblatex
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-09-27 23:03:43 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-09-27 23:03:43 +0000
commit8d852aab1b9946fc3a1381a9dd1298aea3257ffb (patch)
treee822a3a428626bd9e40b84a86cc3c02908d5f38d /textproc/dblatex
parente77ab37228e1ef7a96b80f995234c0e75b58ef81 (diff)
downloadports-8d852aab1b9946fc3a1381a9dd1298aea3257ffb.tar.gz
ports-8d852aab1b9946fc3a1381a9dd1298aea3257ffb.zip
Respect NOPORTDOCS.
Noticed by: QAT
Notes
Notes: svn path=/head/; revision=220921
Diffstat (limited to 'textproc/dblatex')
-rw-r--r--textproc/dblatex/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile
index 09b64020b326..be48135dc675 100644
--- a/textproc/dblatex/Makefile
+++ b/textproc/dblatex/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dblatex
PORTVERSION= 0.2.9
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -31,6 +32,9 @@ MAN1= dblatex.1
MANCOMPRESSED= yes
post-patch:
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -e "/manual.pdf/d" ${WRKSRC}/setup.py
+.endif
@${REINPLACE_CMD} -e "s,share/man/man1,man/man1,g" ${WRKSRC}/setup.py
.include <bsd.port.mk>