aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-06-19 17:38:11 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-06-19 17:38:11 +0000
commitb3fc4b634c775be32dafed329b435a0a471aa2d0 (patch)
tree451856cfed9b32f3c8943f971b76042250b76614 /graphics
parenta89f746fe638efe846b1403cc9b1a3c48c3b55b9 (diff)
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tulip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile
index dd689b283149..a19c50fc3121 100644
--- a/graphics/tulip/Makefile
+++ b/graphics/tulip/Makefile
@@ -56,7 +56,7 @@ post-patch:
.if !defined(NOPORTDOCS)
post-install:
${INSTALL} -d ${DOCSDIR}
- ${INSTALL_DATA} ${DISTDIR}/userManual.pdf ${DOCSDIR}
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/userManual.pdf ${DOCSDIR}
.endif
.include <bsd.port.post.mk>