summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-12 16:19:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-12 16:19:36 +0000
commitd9e783961a5040e7c52f14338fbf4a7272bd3f2b (patch)
treeeb63fe81447f127d6c780c3c6acf14126b75bb19 /textproc
parent- Update to 1.1.10 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=137330
Diffstat (limited to 'textproc')
-rw-r--r--textproc/expat2/Makefile5
-rw-r--r--textproc/expat2/pkg-plist1
2 files changed, 1 insertions, 5 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index 6f717c257fe0..0b2a08dddee3 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -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 \
diff --git a/textproc/expat2/pkg-plist b/textproc/expat2/pkg-plist
index 765003325fa6..098e651e8f58 100644
--- a/textproc/expat2/pkg-plist
+++ b/textproc/expat2/pkg-plist
@@ -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%%