Fix install
Submitted by: bento, kris
This commit is contained in:
parent
d462ca712d
commit
1ff50ee7bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71111
1 changed files with 3 additions and 1 deletions
|
@ -61,6 +61,8 @@ post-patch:
|
|||
@${SED} -e "s|%%PREFIX%%|${DATADIR}|" ${FILESDIR}/wrapper.sh > \
|
||||
${WRKDIR}/wrapper.sh
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
# @${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${DATADIR} --unlink -xf -
|
||||
|
@ -104,4 +106,4 @@ do-install:
|
|||
# install wrapper
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/revolution
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue