diff options
author | pav <pav@FreeBSD.org> | 2007-03-27 20:16:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-27 20:16:42 +0800 |
commit | cceb640e2a729d0e2edbf0a8692e83907c8d8fc5 (patch) | |
tree | dbd049a4e311d9b8eb0dbd1bc6f66f39a004679d /textproc/btparse | |
parent | 8eef36949afcdea742c9e34a937c1b895e417378 (diff) | |
download | freebsd-ports-gnome-cceb640e2a729d0e2edbf0a8692e83907c8d8fc5.tar.gz freebsd-ports-gnome-cceb640e2a729d0e2edbf0a8692e83907c8d8fc5.tar.zst freebsd-ports-gnome-cceb640e2a729d0e2edbf0a8692e83907c8d8fc5.zip |
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'textproc/btparse')
-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> |