diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 57c5b31de7e18245f582318496394bea5bb4aefc (patch) | |
tree | a4d63eb155e8dfb9428d1f6faed6e91fcb4150fd /www | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | FreeBSD-ports-57c5b31de7e18245f582318496394bea5bb4aefc.zip FreeBSD-ports-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz |
Add USE_REINPLACE where appropriate.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache2/Makefile | 1 | ||||
-rw-r--r-- | www/apache20/Makefile | 1 | ||||
-rw-r--r-- | www/apache21/Makefile | 1 | ||||
-rw-r--r-- | www/apache22/Makefile | 1 | ||||
-rw-r--r-- | www/cgicc/Makefile | 1 | ||||
-rw-r--r-- | www/gtkhtml/Makefile | 1 | ||||
-rw-r--r-- | www/gtkhtml3/Makefile | 1 | ||||
-rw-r--r-- | www/gtkhtml38/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 2cd9777..2002c2a 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -30,6 +30,7 @@ HTTP_PORT?= 80 HAS_CONFIGURE= yes USE_PERL5= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 2cd9777..2002c2a 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -30,6 +30,7 @@ HTTP_PORT?= 80 HAS_CONFIGURE= yes USE_PERL5= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 2cd9777..2002c2a 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -30,6 +30,7 @@ HTTP_PORT?= 80 HAS_CONFIGURE= yes USE_PERL5= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 2cd9777..2002c2a 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -30,6 +30,7 @@ HTTP_PORT?= 80 HAS_CONFIGURE= yes USE_PERL5= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index a0ecb08..b1d9480 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 0cebe5d..e4986cf 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --with-gconf=yes \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 0cebe5d..e4986cf 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --with-gconf=yes \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 0cebe5d..e4986cf 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ARGS= --with-gconf=yes \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |