1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Mark BROKEN for current, pel:

===>  Building package for wml-1.6.7
Creating package /usr/ports/packages/All/wml-1.6.7.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/wml-1.6.7.tgz'
tar: can't add file lib/wml/perl/lib/site_perl/5.005/File/PathConvert.pm : No such file or directory
tar: can't add file lib/wml/perl/lib/site_perl/5.005/Getopt/Long.pm : No such file or directory
This commit is contained in:
Justin M. Seger 1998-10-15 10:43:21 +00:00
parent 94930e2200
commit 31866cd8c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14017

View File

@ -3,7 +3,7 @@
# Date created: 09-Sep-1997
# Whom: Ralf S. Engelschall <rse@engelschall.com>
#
# $Id: Makefile,v 1.24 1998/08/25 11:18:06 rse Exp $
# $Id: Makefile,v 1.25 1998/09/15 21:31:58 asami Exp $
#
DISTNAME= wml-1.6.7
@ -15,6 +15,11 @@ MASTER_SITES= http://www.engelschall.com/sw/wml/distrib/ \
MAINTAINER= rse@engelschall.com
OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} >= 300000
BROKEN= perl
.endif
USE_PERL5= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \