Date: Tue, 24 Dec 2013 21:32:01 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337388 - head/games/sets Message-ID: <201312242132.rBOLW1MN084110@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Tue Dec 24 21:32:01 2013 New Revision: 337388 URL: http://svnweb.freebsd.org/changeset/ports/337388 Log: - Remove not needed post-install Reported by: wg Approved by: pawel / wg (mentors, implicit) Modified: head/games/sets/Makefile Modified: head/games/sets/Makefile ============================================================================== --- head/games/sets/Makefile Tue Dec 24 21:28:45 2013 (r337387) +++ head/games/sets/Makefile Tue Dec 24 21:32:01 2013 (r337388) @@ -34,7 +34,6 @@ DESKTOP_ENTRIES="Sets" "" "${PORTNAME}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ -post-install: ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312242132.rBOLW1MN084110>