summaryrefslogtreecommitdiff
path: root/net/opendchub
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-23 07:24:09 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-23 07:24:09 +0000
commit6466f087aa30f1e2870b06b493d26e5b0ccb1dc9 (patch)
tree480153fa1fff72c9bba4792933cd410b71416a18 /net/opendchub
parentFix 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>
Notes
Notes: svn path=/head/; revision=89114
Diffstat (limited to 'net/opendchub')
-rw-r--r--net/opendchub/Makefile8
-rw-r--r--net/opendchub/pkg-plist4
2 files changed, 9 insertions, 3 deletions
diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile
index f56ac477d3f7..7710c200eaaa 100644
--- a/net/opendchub/Makefile
+++ b/net/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/opendchub/pkg-plist b/net/opendchub/pkg-plist
index 85a1eb765da1..492e60c63200 100644
--- a/net/opendchub/pkg-plist
+++ b/net/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%%