aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/magicrescue
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:46 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:46 +0800
commit9d55bb1c96eb809acddae1e4e14765f3ad6093cb (patch)
tree1dcdcacd3c3b0a4b2fa3d760e65412e20814cec1 /sysutils/magicrescue
parent219f18820b9886e4d2a25a23e4d3964113d6ffd4 (diff)
downloadfreebsd-ports-gnome-9d55bb1c96eb809acddae1e4e14765f3ad6093cb.tar.gz
freebsd-ports-gnome-9d55bb1c96eb809acddae1e4e14765f3ad6093cb.tar.zst
freebsd-ports-gnome-9d55bb1c96eb809acddae1e4e14765f3ad6093cb.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'sysutils/magicrescue')
-rw-r--r--sysutils/magicrescue/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile
index 0f55a0828c77..ab5a6403d55c 100644
--- a/sysutils/magicrescue/Makefile
+++ b/sysutils/magicrescue/Makefile
@@ -25,12 +25,10 @@ MAKE_ENV+= STAGEDIR=${STAGEDIR}
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in NEWS README
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>