svn commit: r339776 - in head/games/battletanks: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 15 13:04:18 UTC 2014


Author: danfe
Date: Wed Jan 15 13:04:18 2014
New Revision: 339776
URL: http://svnweb.freebsd.org/changeset/ports/339776
QAT: https://qat.redports.org/buildarchive/r339776/

Log:
  Use vendor's installation logic for the game libraries, it works fine.

Deleted:
  head/games/battletanks/files/patch-Install
Modified:
  head/games/battletanks/Makefile

Modified: head/games/battletanks/Makefile
==============================================================================
--- head/games/battletanks/Makefile	Wed Jan 15 12:07:20 2014	(r339775)
+++ head/games/battletanks/Makefile	Wed Jan 15 13:04:18 2014	(r339776)
@@ -41,11 +41,6 @@ pre-build:
 	@cd ${WRKSRC} && ${PYTHON_CMD} engine/sl08/sl08.py > engine/sl08/sl08.h
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/build/release/clunk/libclunk.so \
-		${WRKSRC}/build/release/engine/libbtanks_engine.so \
-		${WRKSRC}/build/release/mrt/libmrt.so \
-		${WRKSRC}/build/release/sdlx/libsdlx.so \
-			${STAGEDIR}${PREFIX}/lib
 	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.6 \
 		${STAGEDIR}${MANPREFIX}/man/man6
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list