aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-05-29 14:38:42 +0800
committercharnier <charnier@FreeBSD.org>1997-05-29 14:38:42 +0800
commite345de0b733a4ef2b18575670c289856d83db4f0 (patch)
tree69a4249068824495a18c7234da22caadb5a0ea90 /news
parentcfe8a793b3a9b150d5d074090b2d4a65176c35f9 (diff)
downloadfreebsd-ports-gnome-e345de0b733a4ef2b18575670c289856d83db4f0.tar.gz
freebsd-ports-gnome-e345de0b733a4ef2b18575670c289856d83db4f0.tar.zst
freebsd-ports-gnome-e345de0b733a4ef2b18575670c289856d83db4f0.zip
Correctly Enable/Disable PERL5 support according to value of USE_PERL5.
PR: ports/3125
Diffstat (limited to 'news')
-rw-r--r--news/inn-current/Makefile4
-rw-r--r--news/inn-stable/Makefile4
-rw-r--r--news/inn/Makefile4
3 files changed, 9 insertions, 3 deletions
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