mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- enable stagedir support
- shorten COMMENT to pet portlint
This commit is contained in:
parent
114dae7914
commit
e11c7ad3e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339977
1 changed files with 6 additions and 7 deletions
|
@ -8,7 +8,7 @@ MASTER_SITES= http://s159260531.onlinehome.us/demos/
|
||||||
DISTNAME= gishdemo
|
DISTNAME= gishdemo
|
||||||
|
|
||||||
MAINTAINER= mva@FreeBSD.org
|
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
|
RESTRICTED= (c) Copyright 2004 Chronic Logic All rights reserved
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
|
@ -20,12 +20,11 @@ DATADIR= ${PREFIX}/lib/${PORTNAME}
|
||||||
SUB_FILES= rungish.sh
|
SUB_FILES= rungish.sh
|
||||||
SUB_LIST= LINUXBASE=${LINUXBASE}
|
SUB_LIST= LINUXBASE=${LINUXBASE}
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${DATADIR}
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||||
${CP} -R ${WRKSRC}/* ${DATADIR}
|
${CP} -R ${WRKSRC}/* ${STAGEDIR}${DATADIR}
|
||||||
${BRANDELF} -t Linux ${DATADIR}/gishdemo
|
${BRANDELF} -t Linux ${STAGEDIR}${DATADIR}/gishdemo
|
||||||
${BRANDELF} -t Linux ${DATADIR}/gishdemo
|
${BRANDELF} -t Linux ${STAGEDIR}${DATADIR}/gishdemo
|
||||||
${INSTALL_SCRIPT} ${WRKDIR}/rungish.sh ${PREFIX}/bin/gish
|
${INSTALL_SCRIPT} ${WRKDIR}/rungish.sh ${STAGEDIR}${PREFIX}/bin/gish
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue