aboutsummaryrefslogtreecommitdiff
path: root/archivers/xdms
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-12-17 20:12:26 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-12-17 20:12:26 +0000
commit0df5c97f08ee09e995f65cc508c6d94eda202c01 (patch)
tree8ed03c5dd35ee8a7ddfa7858a267ec064b4e86bd /archivers/xdms
parent29e5fbdad81d093a21fb2c02cc4de39c3d4a8168 (diff)
downloadports-0df5c97f08ee09e995f65cc508c6d94eda202c01.tar.gz
ports-0df5c97f08ee09e995f65cc508c6d94eda202c01.zip
Notes
Diffstat (limited to 'archivers/xdms')
-rw-r--r--archivers/xdms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile
index d50bd25d4658..e4e376bf1163 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>