summaryrefslogtreecommitdiff
path: root/audio/mikmod/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:23:22 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:23:22 +0000
commite73a92a44663e2fbaccc189199dc3d95904cdd34 (patch)
tree1c150e1c7dcd71ca31397b538a45a7cb92b9c06d /audio/mikmod/Makefile
parentNow that this port is staged and DOCS defined we can stop testing for DOCS in (diff)
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343966
Diffstat (limited to 'audio/mikmod/Makefile')
-rw-r--r--audio/mikmod/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index fc22730317f2..81ab7a954f79 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -27,10 +27,8 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDOCS}
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>