Fix install

Submitted by:	bento,
		kris
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-11-26 11:57:20 +00:00
parent d462ca712d
commit 1ff50ee7bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71111

View file

@ -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>