summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 21:58:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 21:58:25 +0000
commit778470e69b37a0b51eb74fc00a408bfbf14b4072 (patch)
treeffaa71beae80087c277263cd529241c8899fcde5 /misc
parentBROKEN: Does not fetch (diff)
This port is broken on 4.x as well.
Notes
Notes: svn path=/head/; revision=101607
Diffstat (limited to 'misc')
-rw-r--r--misc/firestring/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/firestring/Makefile b/misc/firestring/Makefile
index d4808aec9375..ff6c704a74e5 100644
--- a/misc/firestring/Makefile
+++ b/misc/firestring/Makefile
@@ -15,6 +15,8 @@ MASTER_SITES= http://firestuff.org/projects/ \
MAINTAINER= dean@odyssey.apana.org.au
COMMENT= A library to make string handling easier in C
+BROKEN= "Installs libraries into /usr/lib"
+
HAS_CONFIGURE= yes
CONFIGURE_ENV= PREFIX="${PREFIX}"
INSTALLS_SHLIB= yes
@@ -57,13 +59,7 @@ 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.post.mk>
+.include <bsd.port.mk>