diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2013-03-14 00:11:57 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2013-03-14 00:11:57 +0000 |
commit | a3e05d1ed81e2a80e1e4305367d709009cdbf8c9 (patch) | |
tree | 3d2cf56bf75b2cf78e5a7175b478b951250bf09c /games | |
parent | 90e5fc1d3eebadd9ad63967ac0de7ec6dc24bcd0 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/netwalk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/netwalk/Makefile b/games/netwalk/Makefile index f71ae6581412..381739d4f422 100644 --- a/games/netwalk/Makefile +++ b/games/netwalk/Makefile @@ -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}" "${PORTNAME}" \ .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} |