mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Stagify
- Add NO_ARCH - Pass maintainership to games@
This commit is contained in:
parent
1e6b2a897d
commit
d15fe78746
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365009
@ -8,17 +8,18 @@ MASTER_SITES= SF/${PORTNAME:tl}/Data_Files/
|
||||
PKGNAMESUFFIX= -data
|
||||
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= The data files for SearchAndRescue flight simulator
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
STAGEDIR= ${WRKDIR}/.stage
|
||||
NO_ARCH= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/${PORTNAME:tl}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR}
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user