svn commit: r314121 - head/games/netwalk
Beech Rintoul
beech at FreeBSD.org
Thu Mar 14 00:11:58 UTC 2013
Author: beech
Date: Thu Mar 14 00:11:57 2013
New Revision: 314121
URL: http://svnweb.freebsd.org/changeset/ports/314121
Log:
- Makefile tweaks
- Add desktop entries
- Add build depends
- Bump portrevision
PR: ports/173346
Submitted by: nemysis <nemysis at gmx.ch> (maintainer)
Modified:
head/games/netwalk/Makefile
Modified: head/games/netwalk/Makefile
==============================================================================
--- head/games/netwalk/Makefile Wed Mar 13 23:38:48 2013 (r314120)
+++ head/games/netwalk/Makefile Thu Mar 14 00:11:57 2013 (r314121)
@@ -2,7 +2,7 @@
PORTNAME= netwalk
PORTVERSION= 0.4.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= GITHUB \
GOOGLE_CODE:icons
@@ -44,7 +44,6 @@ DESKTOP_ENTRIES="NetWalk" "${COMMENT}" "
.include <bsd.port.options.mk>
post-patch:
-# Fix SDL, CFLAGS, PREFIX
@${REINPLACE_CMD} \
-e 's|sdl-config|$(SDL_CONFIG)|' \
-e 's|CC=gcc|CC?=g++|' \
@@ -53,10 +52,8 @@ post-patch:
${WRKSRC}/Makefile
post-install:
-# Pixmaps
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/screenshot-0.4.8.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
+ ${INSTALL_DATA} ${_DISTDIR}/screenshot-0.4.8.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
-# Documentation
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
More information about the svn-ports-all
mailing list