Date: Thu, 16 Jan 2014 20:20:04 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339977 - head/games/gish-demo Message-ID: <201401162020.s0GKK4NV080687@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Thu Jan 16 20:20:03 2014 New Revision: 339977 URL: http://svnweb.freebsd.org/changeset/ports/339977 QAT: https://qat.redports.org/buildarchive/r339977/ Log: - enable stagedir support - shorten COMMENT to pet portlint Modified: head/games/gish-demo/Makefile (contents, props changed) Modified: head/games/gish-demo/Makefile ============================================================================== --- head/games/gish-demo/Makefile Thu Jan 16 20:18:15 2014 (r339976) +++ head/games/gish-demo/Makefile Thu Jan 16 20:20:03 2014 (r339977) @@ -8,7 +8,7 @@ MASTER_SITES= http://s159260531.onlineho DISTNAME= gishdemo MAINTAINER= mva@FreeBSD.org -COMMENT= A platform game with a gelatinous 12-pound ball of tar named Gish (Demo version) +COMMENT= Platform game with a gelatinous 12-pound ball of tar (Demo version) RESTRICTED= (c) Copyright 2004 Chronic Logic All rights reserved ONLY_FOR_ARCHS= i386 amd64 @@ -20,12 +20,11 @@ DATADIR= ${PREFIX}/lib/${PORTNAME} SUB_FILES= rungish.sh SUB_LIST= LINUXBASE=${LINUXBASE} -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/* ${DATADIR} - ${BRANDELF} -t Linux ${DATADIR}/gishdemo - ${BRANDELF} -t Linux ${DATADIR}/gishdemo - ${INSTALL_SCRIPT} ${WRKDIR}/rungish.sh ${PREFIX}/bin/gish + ${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} -R ${WRKSRC}/* ${STAGEDIR}${DATADIR} + ${BRANDELF} -t Linux ${STAGEDIR}${DATADIR}/gishdemo + ${BRANDELF} -t Linux ${STAGEDIR}${DATADIR}/gishdemo + ${INSTALL_SCRIPT} ${WRKDIR}/rungish.sh ${STAGEDIR}${PREFIX}/bin/gish .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401162020.s0GKK4NV080687>