Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 13:51:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357992 - head/sysutils/memtest86+
Message-ID:  <201406161351.s5GDpcqG018809@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jun 16 13:51:38 2014
New Revision: 357992
URL: http://svnweb.freebsd.org/changeset/ports/357992
QAT: https://qat.redports.org/buildarchive/r357992/

Log:
  Remove run dependency on gcc, this is wrong [1]
  While here do not print twice the pkg-message
  
  Reported by:	pjd [1]

Modified:
  head/sysutils/memtest86+/Makefile

Modified: head/sysutils/memtest86+/Makefile
==============================================================================
--- head/sysutils/memtest86+/Makefile	Mon Jun 16 13:46:38 2014	(r357991)
+++ head/sysutils/memtest86+/Makefile	Mon Jun 16 13:51:38 2014	(r357992)
@@ -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*}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406161351.s5GDpcqG018809>