svn commit: r337388 - head/games/sets

Rusmir Dusko nemysis at FreeBSD.org
Tue Dec 24 21:32:01 UTC 2013


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/
 


More information about the svn-ports-head mailing list