aboutsummaryrefslogtreecommitdiff
path: root/audio
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 /audio
parent1dd1c205331c06c61d28e84f800d761bce090e53 (diff)
downloadports-6327aa3531110c82ca65981b8c5168671e87ddb2.tar.gz
ports-6327aa3531110c82ca65981b8c5168671e87ddb2.zip
Notes
Diffstat (limited to 'audio')
-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>