From 3373e4deb638f514252d0e3f920f080b3666f95d Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Thu, 29 May 1997 06:38:42 +0000 Subject: Correctly Enable/Disable PERL5 support according to value of USE_PERL5. PR: ports/3125 --- news/inn-current/Makefile | 4 +++- news/inn-stable/Makefile | 4 +++- news/inn/Makefile | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'news') diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index dcc95ae74ffd..80baf28f93ea 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.21 1996/12/08 05:13:24 max Exp $ +# $Id: Makefile,v 1.22 1996/12/18 23:32:10 torstenb Exp $ # DISTNAME= inn-1.5.1 @@ -22,6 +22,8 @@ PGPVERIFY?= DONT USE_TCL?= DO USE_PERL5?= DONT +SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5} + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ nntpget.1 rnews.1 shlock.1 shrinkfile.1 subst.1 diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index dcc95ae74ffd..80baf28f93ea 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.21 1996/12/08 05:13:24 max Exp $ +# $Id: Makefile,v 1.22 1996/12/18 23:32:10 torstenb Exp $ # DISTNAME= inn-1.5.1 @@ -22,6 +22,8 @@ PGPVERIFY?= DONT USE_TCL?= DO USE_PERL5?= DONT +SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5} + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ nntpget.1 rnews.1 shlock.1 shrinkfile.1 subst.1 diff --git a/news/inn/Makefile b/news/inn/Makefile index dcc95ae74ffd..80baf28f93ea 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.21 1996/12/08 05:13:24 max Exp $ +# $Id: Makefile,v 1.22 1996/12/18 23:32:10 torstenb Exp $ # DISTNAME= inn-1.5.1 @@ -22,6 +22,8 @@ PGPVERIFY?= DONT USE_TCL?= DO USE_PERL5?= DONT +SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5} + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ nntpget.1 rnews.1 shlock.1 shrinkfile.1 subst.1 -- cgit v1.2.3