mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix after objformat removal
This commit is contained in:
parent
31338547f2
commit
4f6e8b7b82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188123
@ -34,6 +34,9 @@ XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr
|
||||
MAN1= openjade.1
|
||||
DATADIR= ${PREFIX}/share/sgml/openjade
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PLIST} | \
|
||||
${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} | \
|
||||
|
@ -16,7 +16,8 @@ COMMENT= Collect information from all over the Internet
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
LIBTOOLFILES= configure src/gatherer/curl/configure
|
||||
USE_LDCONFIG= yes
|
||||
NO_MTREE= yes
|
||||
CONFIGURE_ARGS?= --prefix=${PREFIX}/${PORTNAME} --without-wish
|
||||
|
Loading…
Reference in New Issue
Block a user