diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:22 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:23:22 +0800 |
commit | eaf78e7e1d73675eca947a66190f227689e36186 (patch) | |
tree | 1c150e1c7dcd71ca31397b538a45a7cb92b9c06d /audio/mikmod | |
parent | 23d4935bb3d7361314dc6655c2765702136aa83d (diff) | |
download | freebsd-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/Makefile | 2 |
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> |