aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Spoon/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-12-22 11:25:55 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-12-22 11:25:55 +0000
commita2fe39950fceeb9a061376b1ea0df5393935d820 (patch)
tree6dabb88c347dc14831229fdc5ddf9b9219ec49ad /devel/p5-Spoon/Makefile
parent350fcce26c0ec18d19c589a654b75a670381bd53 (diff)
downloadports-a2fe39950fceeb9a061376b1ea0df5393935d820.tar.gz
ports-a2fe39950fceeb9a061376b1ea0df5393935d820.zip
The Spoon::Config.3 page is only build for 5.8.x, not under, so move
the condition. Submitted by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=124812
Diffstat (limited to 'devel/p5-Spoon/Makefile')
-rw-r--r--devel/p5-Spoon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Spoon/Makefile b/devel/p5-Spoon/Makefile
index e824a75601c3..7c814664d82b 100644
--- a/devel/p5-Spoon/Makefile
+++ b/devel/p5-Spoon/Makefile
@@ -48,11 +48,11 @@ post-patch:
@${PERL} -i -pe '$$_ = "" if $$. == 3' \
${WRKSRC}/lib/Spoon/Base.pm
-MAN3+= Spoon::Config.3
-
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again
.endif
+.else
+MAN3+= Spoon::Config.3
.endif
.include <bsd.port.post.mk>