svn commit: r335001 - in head: emulators/jzintv games/openjazz

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Nov 27 07:19:42 UTC 2013


Author: martymac
Date: Wed Nov 27 07:19:41 2013
New Revision: 335001
URL: http://svnweb.freebsd.org/changeset/ports/335001

Log:
  Fix pkg-message shown twice

Modified:
  head/emulators/jzintv/Makefile
  head/games/openjazz/Makefile

Modified: head/emulators/jzintv/Makefile
==============================================================================
--- head/emulators/jzintv/Makefile	Wed Nov 27 06:46:20 2013	(r335000)
+++ head/emulators/jzintv/Makefile	Wed Nov 27 07:19:41 2013	(r335001)
@@ -65,6 +65,5 @@ do-install:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
 .endif
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>

Modified: head/games/openjazz/Makefile
==============================================================================
--- head/games/openjazz/Makefile	Wed Nov 27 06:46:20 2013	(r335000)
+++ head/games/openjazz/Makefile	Wed Nov 27 07:19:41 2013	(r335001)
@@ -39,7 +39,6 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/openjazz.000 ${STAGEDIR}${DATADIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/OpenJazz ${STAGEDIR}${PREFIX}/bin/openjazz
-	@${CAT} ${PKGMESSAGE}
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openjazz


More information about the svn-ports-all mailing list