diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 01:28:34 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 01:28:34 +0000 |
commit | 8b3de5c1f7582ad095d849d48d2a5d003b37c5e4 (patch) | |
tree | b5de16d415582981b2d9ef2397c259f9154649d1 /www/p5-WWW-Search | |
parent | Mark BROKEN for ELF: (diff) |
Mark BROKEN for current:
cp bin/AutoSearch /usr/bin
===> Generating temporary packing list
===> Compressing manual pages for p5-WWW-Search-1.021
/usr/local/man//man1/AutoSearch.1: No such file or directory
*** Error code 1
Diffstat (limited to 'www/p5-WWW-Search')
-rw-r--r-- | www/p5-WWW-Search/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/p5-WWW-Search/Makefile b/www/p5-WWW-Search/Makefile index bf09d2e6716e..69a48987e43f 100644 --- a/www/p5-WWW-Search/Makefile +++ b/www/p5-WWW-Search/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/09/08 15:32:21 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/09/15 21:31:57 asami Exp $ # DISTNAME= WWW-Search-1.021 @@ -18,6 +18,11 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/ USE_PERL5= YES +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= perl +.endif + MAN1= AutoSearch.1 \ WebSearch.1 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |