diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-06-19 17:38:11 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-06-19 17:38:11 +0000 |
commit | b3fc4b634c775be32dafed329b435a0a471aa2d0 (patch) | |
tree | 451856cfed9b32f3c8943f971b76042250b76614 /graphics | |
parent | a89f746fe638efe846b1403cc9b1a3c48c3b55b9 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tulip/Makefile | 2 |
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> |