From 2250125bd8e527d426dd82f338b9945a84b6ae65 Mon Sep 17 00:00:00 2001 From: krion Date: Tue, 23 Sep 2003 07:24:09 +0000 Subject: - Per bento, this port will not install with the perl in stock 4.x. Mark it IGNORE - Use DOCSDIR macro PR: 56473 Submitted by: Mark Linimon --- net-p2p/opendchub/Makefile | 8 +++++++- net-p2p/opendchub/pkg-plist | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index f56ac47..7710c20 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -29,4 +29,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= "needs at least perl 5.6.1 to build" +.endif + +.include diff --git a/net-p2p/opendchub/pkg-plist b/net-p2p/opendchub/pkg-plist index 85a1eb7..492e60c 100644 --- a/net-p2p/opendchub/pkg-plist +++ b/net-p2p/opendchub/pkg-plist @@ -1,4 +1,4 @@ @comment $FreeBSD$ bin/opendchub -%%PORTDOCS%%share/doc/opendchub/README -%%PORTDOCS%%@dirrm share/doc/opendchub +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit v1.1