diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:25:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:25:46 +0000 |
commit | 991e461a5b0b8afba9d044a638c9120ac7b07fba (patch) | |
tree | 1dcdcacd3c3b0a4b2fa3d760e65412e20814cec1 /sysutils | |
parent | 1b1d798c2aa8fd6569d17a367eb47cca2522d389 (diff) | |
download | ports-991e461a5b0b8afba9d044a638c9120ac7b07fba.tar.gz ports-991e461a5b0b8afba9d044a638c9120ac7b07fba.zip |
Notes
Diffstat (limited to 'sysutils')
-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> |