mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix after objformat removal
Reported by: pointyhat
This commit is contained in:
parent
a89a56ffb3
commit
2ef9596e9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188536
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue