diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-06-08 16:11:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-06-08 16:11:19 +0800 |
commit | 66cb3c4c5cf0d09db136c819b3dc0483d7e140dc (patch) | |
tree | 249ed2b957f93d8ca41d27650fe4656a10938570 /audio/maplay | |
parent | bf246bb2373e1ac23465e6fdb86d7c2c29ff56f6 (diff) | |
download | freebsd-ports-gnome-66cb3c4c5cf0d09db136c819b3dc0483d7e140dc.tar.gz freebsd-ports-gnome-66cb3c4c5cf0d09db136c819b3dc0483d7e140dc.tar.zst freebsd-ports-gnome-66cb3c4c5cf0d09db136c819b3dc0483d7e140dc.zip |
- use DOCSDIR
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/Makefile | 4 |
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> |