diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:23:43 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:23:43 +0000 |
commit | 3dafa20a643d6698c628a30bb0f2e0db8f93d6e8 (patch) | |
tree | a08a5a58824bbfdf5e6ba0aa48bbfad54880ffd7 /audio | |
parent | ac79055a467a8cc48f12e51ad6f705b5e7dbb7fb (diff) | |
download | ports-3dafa20a643d6698c628a30bb0f2e0db8f93d6e8.tar.gz ports-3dafa20a643d6698c628a30bb0f2e0db8f93d6e8.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-sexypsf/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/xmms-sexypsf/Makefile b/audio/xmms-sexypsf/Makefile index caba06928272..594da7630f71 100644 --- a/audio/xmms-sexypsf/Makefile +++ b/audio/xmms-sexypsf/Makefile @@ -44,12 +44,9 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input ${INSTALL_PROGRAM} ${WRKSRC}/libsexypsf.so \ ${STAGEDIR}${PREFIX}/lib/xmms/Input/libsexypsf.so - -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/Docs/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |