pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

remove spurious coding echos



Module Name:	pkgsrc-wip
Committed By:	Marina Brown <catskillmarina%gmail.com@localhost>
Pushed By:	catskillmarina
Date:		Fri Jan 15 01:57:01 2016 +0000
Changeset:	557d365009668869bd6a47d843a9a732a8130504

Modified Files:
	wanderer/Makefile

Log Message:
remove spurious coding echos

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=557d365009668869bd6a47d843a9a732a8130504

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wanderer/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diffs:
diff --git a/wanderer/Makefile b/wanderer/Makefile
index 53250c5..2ba22ea 100644
--- a/wanderer/Makefile
+++ b/wanderer/Makefile
@@ -30,11 +30,6 @@ do-build:
 do-install:
 	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/wanderer
 	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/games
-	echo ${DESTDIR}${PREFIX}/games
-	echo ${DESTDIR}${PREFIX}/games
-	echo ${DESTDIR}${PREFIX}/games
-	echo ${DESTDIR}${PREFIX}/games
-	echo ${DESTDIR}${PREFIX}/games
 	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/wanderer/screens
 	${INSTALL_DATA} -m 0644 ${WRKSRC}/screens/* ${DESTDIR}${PREFIX}/share/wanderer/screens/
         ${INSTALL} -o ${GAMES_USER} -g ${GAMES_GROUP} -m 2755 ${WRKSRC}/wanderer ${DESTDIR}${PREFIX}/bin/


Home | Main Index | Thread Index | Old Index