aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:46 +0000
commit991e461a5b0b8afba9d044a638c9120ac7b07fba (patch)
tree1dcdcacd3c3b0a4b2fa3d760e65412e20814cec1
parent1b1d798c2aa8fd6569d17a367eb47cca2522d389 (diff)
downloadports-991e461a5b0b8afba9d044a638c9120ac7b07fba.tar.gz
ports-991e461a5b0b8afba9d044a638c9120ac7b07fba.zip
Notes
-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>