1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

USE_REINPLACE has to be defined before including bsd.port.pre.mk

This commit is contained in:
Patrick Li 2002-06-20 05:27:33 +00:00
parent 1108f6f5e1
commit 99c685f2a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61619
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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