diff options
author | pat <pat@FreeBSD.org> | 2002-06-20 05:27:33 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-20 05:27:33 +0000 |
commit | 5bb5245bb6007d80a15eb3deff5f8b21537af643 (patch) | |
tree | b44e0fbb38b7f4064480b75cbb171815827b4ea1 /devel | |
parent | 3398b8e1fee1ec637b08b2bca380c231543fbdb3 (diff) | |
download | FreeBSD-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/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-hat/Makefile | 3 |
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 |