diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-11-07 08:49:32 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-11-07 08:49:32 +0000 |
commit | 80af0678d002265ffbffe7ae3d638f47de06b57a (patch) | |
tree | b19401ff398521aec3b080f59b30d1def6009598 | |
parent | d826b2cf9f74111d2d66bbc81f82f557ef32fd9a (diff) | |
download | freebsd-ports-80af0678d002265ffbffe7ae3d638f47de06b57a.zip |
Don't use a variable that conflicts with bsd.port.mk USE_PERL5.
Making perl5 support automatic on 3.0 is left for someone who feels
like testing it.
Reported-by: jdp
-rw-r--r-- | news/inn-current/Makefile | 8 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 8 | ||||
-rw-r--r-- | news/inn/Makefile | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 31f199121460..2216c7a0edfe 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.27 1998/02/11 17:58:27 andreas Exp $ +# $Id: Makefile,v 1.28 1998/08/16 18:56:31 hoek Exp $ # DISTNAME= inn-1.7.2 @@ -18,12 +18,12 @@ PGPVERIFY?= DONT # TCL and/or PERL support is needed for writing filters # if you want to enable tcl support, set USE_TCL to "DO" # if you want to enable perl5 support, set USE_PERL5 to "DO" -USE_TCL?= DONT -USE_PERL5?= DONT +#USE_TCL?= DO +#USE_PERL5?= DO SCRIPTS_ENV= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} \ USE_PERL5=${USE_PERL5} PERL_VERSION=${PERL_VERSION} - + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 31f199121460..2216c7a0edfe 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.27 1998/02/11 17:58:27 andreas Exp $ +# $Id: Makefile,v 1.28 1998/08/16 18:56:31 hoek Exp $ # DISTNAME= inn-1.7.2 @@ -18,12 +18,12 @@ PGPVERIFY?= DONT # TCL and/or PERL support is needed for writing filters # if you want to enable tcl support, set USE_TCL to "DO" # if you want to enable perl5 support, set USE_PERL5 to "DO" -USE_TCL?= DONT -USE_PERL5?= DONT +#USE_TCL?= DO +#USE_PERL5?= DO SCRIPTS_ENV= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} \ USE_PERL5=${USE_PERL5} PERL_VERSION=${PERL_VERSION} - + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ diff --git a/news/inn/Makefile b/news/inn/Makefile index 31f199121460..2216c7a0edfe 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.27 1998/02/11 17:58:27 andreas Exp $ +# $Id: Makefile,v 1.28 1998/08/16 18:56:31 hoek Exp $ # DISTNAME= inn-1.7.2 @@ -18,12 +18,12 @@ PGPVERIFY?= DONT # TCL and/or PERL support is needed for writing filters # if you want to enable tcl support, set USE_TCL to "DO" # if you want to enable perl5 support, set USE_PERL5 to "DO" -USE_TCL?= DONT -USE_PERL5?= DONT +#USE_TCL?= DO +#USE_PERL5?= DO SCRIPTS_ENV= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} \ USE_PERL5=${USE_PERL5} PERL_VERSION=${PERL_VERSION} - + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ |