Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2015 14:24:52 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383922 - head/games/paintown
Message-ID:  <201504131424.t3DEOqRF021465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504131424.t3DEOqRF021465>