aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hat
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-20 13:27:33 +0800
committerpat <pat@FreeBSD.org>2002-06-20 13:27:33 +0800
commit5bb5245bb6007d80a15eb3deff5f8b21537af643 (patch)
treeb44e0fbb38b7f4064480b75cbb171815827b4ea1 /devel/hs-hat
parent3398b8e1fee1ec637b08b2bca380c231543fbdb3 (diff)
downloadfreebsd-ports-graphics-5bb5245bb6007d80a15eb3deff5f8b21537af643.tar.gz
freebsd-ports-graphics-5bb5245bb6007d80a15eb3deff5f8b21537af643.tar.zst
freebsd-ports-graphics-5bb5245bb6007d80a15eb3deff5f8b21537af643.zip
USE_REINPLACE has to be defined before including bsd.port.pre.mk
Diffstat (limited to 'devel/hs-hat')
-rw-r--r--devel/hs-hat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile
index a4daadb6da1..416f6a83086 100644
--- a/devel/hs-hat/Makefile
+++ b/devel/hs-hat/Makefile
@@ -13,6 +13,8 @@ DIST_SUBDIR= nhc98
MAINTAINER= obraun@informatik.unibw-muenchen.de
+USE_REINPLACE= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
@@ -22,7 +24,6 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes
-USE_REINPLACE= yes
HAS_CONFIGURE= yes
.if ${OSVERSION} >= 500000