mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Correct DATADIR creation
This commit is contained in:
parent
0a83d47bff
commit
b99d100fe3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361424
@ -15,7 +15,7 @@ MAKE_ENV+= DATADIR=${DATADIR}
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${MKDIR} ${DATADIR}
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user