Makefile changed: +BUILD_DEPENDS= pamscale:${PORTSDIR}/graphics/netpbm +post-build: Changed and refined post-install: Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) How-To-Repeat: portlint -A looks fine. port test: clean
Removed all Notes ${INSTALL_DATA} ${_DISTDIR}/screenshot-0.4.8.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
Responsible Changed From-To: freebsd-ports-bugs->beech Mine
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@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} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!