aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-runrev
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-26 11:57:20 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-26 11:57:20 +0000
commit1ff50ee7bcdd3e6a1cc9dc6fb9e832cbf9b80daf (patch)
tree2b02e173467f9a59601e27a5e675cf71a678b784 /devel/linux-runrev
parentd462ca712dd3efc1be3654ff8c6356d1f458a02b (diff)
downloadports-1ff50ee7bcdd3e6a1cc9dc6fb9e832cbf9b80daf.tar.gz
ports-1ff50ee7bcdd3e6a1cc9dc6fb9e832cbf9b80daf.zip
Fix install
Submitted by: bento, kris
Notes
Notes: svn path=/head/; revision=71111
Diffstat (limited to 'devel/linux-runrev')
-rw-r--r--devel/linux-runrev/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/linux-runrev/Makefile b/devel/linux-runrev/Makefile
index da81f1020cbe..aaaf15562a5d 100644
--- a/devel/linux-runrev/Makefile
+++ b/devel/linux-runrev/Makefile
@@ -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>