diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:23:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:23:14 +0000 |
commit | 2e85cab952f0cce02a0a0cfa8f99dd07daa66a9a (patch) | |
tree | b818710b55f5a801e9c4346c416fddcc67b5e7c4 /audio/gbsplay | |
parent | da61b7cb971238013059d33f122986e271b73899 (diff) |
Notes
Diffstat (limited to 'audio/gbsplay')
-rw-r--r-- | audio/gbsplay/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile index 8e81e717444e..f1add4d1a8a8 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -88,14 +88,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/po/${l}.mo \ ${STAGEDIR}${PREFIX}/share/locale/${l}/LC_MESSAGES/gbsplay.mo .endfor - -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .endif -.endif - .include <bsd.port.mk> |