aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mikmod
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:22 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:22 +0800
commiteaf78e7e1d73675eca947a66190f227689e36186 (patch)
tree1c150e1c7dcd71ca31397b538a45a7cb92b9c06d /audio/mikmod
parent23d4935bb3d7361314dc6655c2765702136aa83d (diff)
downloadfreebsd-ports-gnome-eaf78e7e1d73675eca947a66190f227689e36186.tar.gz
freebsd-ports-gnome-eaf78e7e1d73675eca947a66190f227689e36186.tar.zst
freebsd-ports-gnome-eaf78e7e1d73675eca947a66190f227689e36186.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'audio/mikmod')
-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>