Use DOCSDIR

PR:		101967
Submitted by:	gabor
This commit is contained in:
Erwin Lansing
2006-12-17 20:12:26 +00:00
parent 29e5fbdad8
commit 0df5c97f08

View File

@@ -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>