svn commit: r383922 - head/games/paintown

Jan Beich jbeich at FreeBSD.org
Mon Apr 13 14:24:53 UTC 2015


Author: jbeich
Date: Mon Apr 13 14:24:51 2015
New Revision: 383922
URL: https://svnweb.freebsd.org/changeset/ports/383922

Log:
  Typo: unbreak build if ENV is set for sh(1)

Modified:
  head/games/paintown/Makefile

Modified: head/games/paintown/Makefile
==============================================================================
--- head/games/paintown/Makefile	Mon Apr 13 14:09:52 2015	(r383921)
+++ head/games/paintown/Makefile	Mon Apr 13 14:24:51 2015	(r383922)
@@ -27,7 +27,7 @@ DESKTOP_ENTRIES="Paintown" "Fighting gam
 
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
-	(cd ${WRKSRC} && ${ENV} DESTDIR=${STAGEDIR} ./install.sh -d ${DATADIR} -b ${PREFIX}/bin)
+	(cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ./install.sh -d ${DATADIR} -b ${PREFIX}/bin)
 	${MKDIR} ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/32x32/apps
 	${INSTALL_DATA} ${WRKSRC}/misc/icon.png \
 		${STAGEDIR}${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png


More information about the svn-ports-all mailing list