summaryrefslogtreecommitdiff
path: root/misc/firestring
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-05 06:15:16 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-05 06:15:16 +0000
commitff01540ff20e0d6ee3054909616c7ca4557ff9ed (patch)
tree460c918e8d3cea83f99f79efd637f60c382bedfe /misc/firestring
parentSet PKGMESSAGE to a bogus file on recent versions of -CURRENT where Perl 5.8 (diff)
BROKEN on 5.x: Installs into /usr/lib
Notes
Notes: svn path=/head/; revision=100030
Diffstat (limited to 'misc/firestring')
-rw-r--r--misc/firestring/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile
index ee3401ad44a9..d4808aec9375 100644
--- a/misc/firestring/Makefile
+++ b/misc/firestring/Makefile
@@ -57,7 +57,13 @@ MAN3= firestring_chomp.3 firestring_chug.3 \
firestring_strncpy.3 firestring_trim.3 \
firestring_vfprintf.3 libfirestring.3
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Installs into /usr/lib"
+.endif
+
pre-configure:
@-${RM} ${WRKSRC}/firemake/*.orig
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>