diff options
-rw-r--r-- | sysutils/magicrescue/Makefile | 2 |
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> |