mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -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
|
||||
|
||||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue