summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-20 05:27:33 +0000
committerpat <pat@FreeBSD.org>2002-06-20 05:27:33 +0000
commit5bb5245bb6007d80a15eb3deff5f8b21537af643 (patch)
treeb44e0fbb38b7f4064480b75cbb171815827b4ea1 /devel
parent3398b8e1fee1ec637b08b2bca380c231543fbdb3 (diff)
downloadFreeBSD-ports-5bb5245bb6007d80a15eb3deff5f8b21537af643.zip
FreeBSD-ports-5bb5245bb6007d80a15eb3deff5f8b21537af643.tar.gz
USE_REINPLACE has to be defined before including bsd.port.pre.mk
Diffstat (limited to 'devel')
-rw-r--r--devel/hat/Makefile3
-rw-r--r--devel/hs-hat/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/hat/Makefile b/devel/hat/Makefile
index a4daadb..416f6a8 100644
--- a/devel/hat/Makefile
+++ b/devel/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
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile
index a4daadb..416f6a8 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
OpenPOWER on IntegriCloud