summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-06-08 08:11:19 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-06-08 08:11:19 +0000
commit6327aa3531110c82ca65981b8c5168671e87ddb2 (patch)
treebded0a0967d9cd5f91f6963387b39afc53f91c46
parentFix port revision going backwards due to devel/gettext update. (diff)
- use DOCSDIR
Notes
Notes: svn path=/head/; revision=214485
-rw-r--r--audio/maplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile
index be17ba89e459..4bfba893045d 100644
--- a/audio/maplay/Makefile
+++ b/audio/maplay/Makefile
@@ -27,8 +27,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/maplay ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/maplay
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/maplay
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
.include <bsd.port.mk>