diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:14 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:14 +0800 |
commit | 0ce69f2af9cfa36d7e91445ec0c3c312f500cf4a (patch) | |
tree | b818710b55f5a801e9c4346c416fddcc67b5e7c4 /audio/gbsplay | |
parent | 9adbd1e2e3ade8561bbf7617fc903078b5ae7aad (diff) | |
download | freebsd-ports-gnome-0ce69f2af9cfa36d7e91445ec0c3c312f500cf4a.tar.gz freebsd-ports-gnome-0ce69f2af9cfa36d7e91445ec0c3c312f500cf4a.tar.zst freebsd-ports-gnome-0ce69f2af9cfa36d7e91445ec0c3c312f500cf4a.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
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> |