aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-09-23 15:24:09 +0800
committerkrion <krion@FreeBSD.org>2003-09-23 15:24:09 +0800
commit2250125bd8e527d426dd82f338b9945a84b6ae65 (patch)
tree93cc3e05c3181daabc9e7722d86f14597856c334 /net-p2p
parent27f594e0959c5b1ca7822218adf74b9b9c5f5cb0 (diff)
downloadfreebsd-ports-gnome-2250125bd8e527d426dd82f338b9945a84b6ae65.tar.gz
freebsd-ports-gnome-2250125bd8e527d426dd82f338b9945a84b6ae65.tar.zst
freebsd-ports-gnome-2250125bd8e527d426dd82f338b9945a84b6ae65.zip
- 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')
-rw-r--r--net-p2p/opendchub/Makefile8
-rw-r--r--net-p2p/opendchub/pkg-plist4
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%%