svn commit: r357992 - head/sysutils/memtest86+

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 16 13:51:39 UTC 2014


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*}


More information about the svn-ports-head mailing list