diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-16 13:51:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-16 13:51:38 +0000 |
commit | b42a8f39d0589ff42b635738992abce5a660f5e0 (patch) | |
tree | 93372d56b7360a0c3d36b4afc82c20bf2e745705 /sysutils/memtest86+ | |
parent | c6839199ceb152ac01104b5e7893239aa06bb066 (diff) | |
download | ports-b42a8f39d0589ff42b635738992abce5a660f5e0.tar.gz ports-b42a8f39d0589ff42b635738992abce5a660f5e0.zip |
Notes
Diffstat (limited to 'sysutils/memtest86+')
-rw-r--r-- | sysutils/memtest86+/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/memtest86+/Makefile b/sysutils/memtest86+/Makefile index 2d4fbdf4b45a..bdeb41c72a2f 100644 --- a/sysutils/memtest86+/Makefile +++ b/sysutils/memtest86+/Makefile @@ -92,11 +92,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif -post-install: -.if ${PORT_OPTIONS:MBOOT} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} -.endif - .include <bsd.port.mk> + +RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*} |