- Fix breakage from previous changes, incorrect libtool file was being
installed breaking libtool-aware consumers, like php4-xml. Easiest fix is to not install .la file. PR: ports/82020 Submitted by: pav Approved by: maintainer timeout (4 days - acute fix)
This commit is contained in:
parent
ddc2a56c08
commit
d9e783961a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137330
2 changed files with 1 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= expat
|
||||
PORTVERSION= 1.95.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= expat
|
||||
|
@ -27,9 +27,6 @@ MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \
|
|||
SHELL="/bin/sh"
|
||||
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/.libs/libexpat.la ${PREFIX}/lib
|
||||
|
||||
list-depend-ports:
|
||||
cd ${PORTSDIR}; \
|
||||
find . -mindepth 3 -maxdepth 3 -name Makefile -execdir sh -c \
|
||||
|
|
|
@ -2,6 +2,5 @@ bin/xmlwf
|
|||
include/expat.h
|
||||
include/expat_external.h
|
||||
lib/libexpat.a
|
||||
lib/libexpat.la
|
||||
lib/libexpat.so
|
||||
lib/libexpat.so.%%SHLIB_MAJOR%%
|
||||
|
|
Loading…
Reference in a new issue