diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 12:16:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 12:16:42 +0000 |
commit | 2ef9596e9f47da23a64f02d7437a98540d1d3dd7 (patch) | |
tree | 52762c6e643669ff7d6573b0d2737c78b47e9213 /textproc/btparse/Makefile | |
parent | a89a56ffb31e001c35862e63ae85910b88d8eddb (diff) | |
download | ports-2ef9596e9f47da23a64f02d7437a98540d1d3dd7.tar.gz ports-2ef9596e9f47da23a64f02d7437a98540d1d3dd7.zip |
Notes
Diffstat (limited to 'textproc/btparse/Makefile')
-rw-r--r-- | textproc/btparse/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index 881343956c41..9c5c112e7099 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -15,11 +15,14 @@ MAINTAINER= kay_lehmann@web.de COMMENT= C library for parsing and processing BibTeX data files GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_PERL5_BUILD=yes MAN3= btparse.3 bt_language.3 bt_input.3 bt_traversal.3 \ bt_postprocess.3 bt_macros.3 bt_split_names.3 \ bt_format_names.3 bt_misc.3 +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + .include <bsd.port.mk> |