diff options
Diffstat (limited to 'archivers/xdms/Makefile')
-rw-r--r-- | archivers/xdms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile index d50bd25..e4e376b 100644 --- a/archivers/xdms/Makefile +++ b/archivers/xdms/Makefile @@ -29,8 +29,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${PREFIX}/bin .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/xdms - ${INSTALL_DATA} ${WRKSRC}/xdms.txt ${PREFIX}/share/doc/xdms + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/xdms.txt ${DOCSDIR} .endif .include <bsd.port.post.mk> |