aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat2/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-06-05 14:17:52 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-06-05 14:17:52 +0000
commit0c252d2a177b6bf545cd1b3832b7c6fd84efbb30 (patch)
tree9a6a2ed4fbdba8293f1cc16f9d8a3730d23390a0 /textproc/expat2/Makefile
parent8b52055a8ca477a8ca93eeb2f8ed68833b19a4f0 (diff)
downloadports-0c252d2a177b6bf545cd1b3832b7c6fd84efbb30.tar.gz
ports-0c252d2a177b6bf545cd1b3832b7c6fd84efbb30.zip
Notes
Diffstat (limited to 'textproc/expat2/Makefile')
-rw-r--r--textproc/expat2/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index 37a45c4f7662..6f717c257fe0 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= expat
PORTVERSION= 1.95.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= expat
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= XML 1.0 parser written in C
-USE_INC_LIBTOOL_VER=15
+USE_LIBTOOL_VER=15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
ALL_TARGET= default
INSTALLS_SHLIB= yes
@@ -27,6 +27,9 @@ 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 \