From 6b1e39b5fde17434ef3ce33fbe2538be83df2f3d Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Mon, 12 Oct 1998 04:19:27 +0000 Subject: Mark BROKEN for current: ===> Generating temporary packing list ===> Compressing manual pages for p5-Data-ShowTable-3.3 /usr/local/man//man1/showtable.1: No such file or directory *** Error code 1 --- devel/p5-Data-ShowTable/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'devel/p5-Data-ShowTable') diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile index ba3a0da8f521..b905060419ab 100644 --- a/devel/p5-Data-ShowTable/Makefile +++ b/devel/p5-Data-ShowTable/Makefile @@ -3,7 +3,7 @@ # Date created: September 10th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.4 1998/08/12 09:57:47 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/15 21:31:33 asami Exp $ # DISTNAME= Data-ShowTable-3.3 @@ -16,6 +16,11 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= perl +.endif + MAN1= showtable.1 MAN3= Data::ShowTable.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -- cgit v1.2.3