aboutsummaryrefslogtreecommitdiff
path: root/devel/gtkparasite
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-09-23 09:44:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-09-23 09:44:04 +0000
commit489c47933e684ae1667f85a4a7213af71a907bc5 (patch)
tree84b49d0699af8f7b861d585d0038a46d36869b44 /devel/gtkparasite
parentab686017c2a0f93b6f34986f6fa9a3c7ec7d4988 (diff)
downloadports-489c47933e684ae1667f85a4a7213af71a907bc5.tar.gz
ports-489c47933e684ae1667f85a4a7213af71a907bc5.zip
- Attempt to fix QATcase
Feature safe: yes
Notes
Notes: svn path=/head/; revision=241948
Diffstat (limited to 'devel/gtkparasite')
-rw-r--r--devel/gtkparasite/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gtkparasite/Makefile b/devel/gtkparasite/Makefile
index c7629d42b8c4..3c0d22c5247d 100644
--- a/devel/gtkparasite/Makefile
+++ b/devel/gtkparasite/Makefile
@@ -29,7 +29,9 @@ pre-configure:
&& ./autogen.sh
post-install:
+.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/USAGE ${DOCSDIR}
+.endif
.include <bsd.port.mk>