aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat2/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-11 13:57:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-11 13:57:34 +0000
commitdbcface0f67c0a0411deb0eb9f049c16d24f0ef2 (patch)
tree81bf389ae10cb87e714765fafcbebf9c7e0294d8 /textproc/expat2/Makefile
parent2db89a42eb1e91e57cfbf0a3f25f7a0fb3ddd204 (diff)
downloadports-dbcface0f67c0a0411deb0eb9f049c16d24f0ef2.tar.gz
ports-dbcface0f67c0a0411deb0eb9f049c16d24f0ef2.zip
- Update to 2.0.1
PR: ports/113550 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer timeout (kuriyama; 10 months)
Notes
Notes: svn path=/head/; revision=211063
Diffstat (limited to 'textproc/expat2/Makefile')
-rw-r--r--textproc/expat2/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile
index b0bade8ad04d..ada560c58a8c 100644
--- a/textproc/expat2/Makefile
+++ b/textproc/expat2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= expat
-PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTVERSION= 2.0.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= expat
@@ -18,19 +17,18 @@ COMMENT= XML 1.0 parser written in C
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
ALL_TARGET= default
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MAN1= xmlwf.1
SHLIB_MAJOR= 6
-MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \
- SHELL="/bin/sh"
+MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}"
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
list-depend-ports:
cd ${PORTSDIR}; \
- find . -mindepth 3 -maxdepth 3 -name Makefile -execdir sh -c \
- 'find . -type f | grep -v CVS | xargs grep -q expat.5' \; \
+ ${FIND} . -mindepth 3 -maxdepth 3 -name Makefile -execdir ${SH} -c \
+ '${FIND} . -type f | ${GREP} -v CVS | ${XARGS} ${GREP} -q expat.5' \; \
-print
.include <bsd.port.mk>