mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
This port is broken on 4.x as well.
This commit is contained in:
parent
414b01f7e2
commit
778470e69b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101607
1 changed files with 3 additions and 7 deletions
|
@ -15,6 +15,8 @@ MASTER_SITES= http://firestuff.org/projects/ \
|
||||||
MAINTAINER= dean@odyssey.apana.org.au
|
MAINTAINER= dean@odyssey.apana.org.au
|
||||||
COMMENT= A library to make string handling easier in C
|
COMMENT= A library to make string handling easier in C
|
||||||
|
|
||||||
|
BROKEN= "Installs libraries into /usr/lib"
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= PREFIX="${PREFIX}"
|
CONFIGURE_ENV= PREFIX="${PREFIX}"
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
@ -57,13 +59,7 @@ MAN3= firestring_chomp.3 firestring_chug.3 \
|
||||||
firestring_strncpy.3 firestring_trim.3 \
|
firestring_strncpy.3 firestring_trim.3 \
|
||||||
firestring_vfprintf.3 libfirestring.3
|
firestring_vfprintf.3 libfirestring.3
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${OSVERSION} >= 502000
|
|
||||||
BROKEN= "Installs into /usr/lib"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
@-${RM} ${WRKSRC}/firemake/*.orig
|
@-${RM} ${WRKSRC}/firemake/*.orig
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue