mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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
This commit is contained in:
parent
b85f8527fb
commit
6b1e39b5fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13889
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user