aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-10-12 12:19:27 +0800
committerjseger <jseger@FreeBSD.org>1998-10-12 12:19:27 +0800
commitbda0e4678751cddae909342242f7744946e4c365 (patch)
treee1c784a27f0481902f6dac555fd4c77c5445019e /devel
parent78c67435613f5ae1113fd1c4f1770973b274158a (diff)
downloadfreebsd-ports-gnome-bda0e4678751cddae909342242f7744946e4c365.tar.gz
freebsd-ports-gnome-bda0e4678751cddae909342242f7744946e4c365.tar.zst
freebsd-ports-gnome-bda0e4678751cddae909342242f7744946e4c365.zip
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
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Data-ShowTable/Makefile7
1 files changed, 6 insertions, 1 deletions
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 <jfitz@FreeBSD.org>
#
-# $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}