diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-23 07:24:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-23 07:24:09 +0000 |
commit | 6466f087aa30f1e2870b06b493d26e5b0ccb1dc9 (patch) | |
tree | 480153fa1fff72c9bba4792933cd410b71416a18 /net-p2p/opendchub | |
parent | Fix checksum. Diff is supplied in PR. (diff) |
- 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 <linimon@lonesome.com>
Diffstat (limited to 'net-p2p/opendchub')
-rw-r--r-- | net-p2p/opendchub/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/opendchub/pkg-plist | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index f56ac477d3f7..7710c200eaaa 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -29,4 +29,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= "needs at least perl 5.6.1 to build" +.endif + +.include <bsd.port.post.mk> diff --git a/net-p2p/opendchub/pkg-plist b/net-p2p/opendchub/pkg-plist index 85a1eb765da1..492e60c63200 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%% |