same issue as ruby-facter, looks into $HOME

This commit is contained in:
espie 2014-09-24 10:07:02 +00:00
parent ac0b8111b4
commit 8f36f87a35

View File

@ -1,8 +1,13 @@
# $OpenBSD: Makefile,v 1.85 2014/09/23 09:21:52 sthen Exp $
# $OpenBSD: Makefile,v 1.86 2014/09/24 10:07:02 espie Exp $
VERSION= 3.7.1
RUN_DEPENDS+= archivers/gtar \
devel/ruby-rgen,${MODRUBY_FLAVOR}
FAKE_FLAGS += HOME=${WKRDIR}/home
pre-install:
mkdir -p ${WRKDIR}/home
.include <bsd.port.mk>