diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 21:58:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 21:58:25 +0000 |
commit | 778470e69b37a0b51eb74fc00a408bfbf14b4072 (patch) | |
tree | ffaa71beae80087c277263cd529241c8899fcde5 | |
parent | 414b01f7e28660e46cde7ae1da283fba1bcce7b9 (diff) | |
download | freebsd-ports-778470e69b37a0b51eb74fc00a408bfbf14b4072.zip |
This port is broken on 4.x as well.
-rw-r--r-- | misc/firestring/Makefile | 10 |
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> |