This port is broken on 4.x as well.

This commit is contained in:
Kris Kennaway 2004-02-21 21:58:25 +00:00
parent 414b01f7e2
commit 778470e69b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101607

View file

@ -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>