diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-11 13:57:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-11 13:57:34 +0000 |
commit | dbcface0f67c0a0411deb0eb9f049c16d24f0ef2 (patch) | |
tree | 81bf389ae10cb87e714765fafcbebf9c7e0294d8 /textproc/expat2/Makefile | |
parent | 2db89a42eb1e91e57cfbf0a3f25f7a0fb3ddd204 (diff) | |
download | ports-dbcface0f67c0a0411deb0eb9f049c16d24f0ef2.tar.gz ports-dbcface0f67c0a0411deb0eb9f049c16d24f0ef2.zip |
Notes
Diffstat (limited to 'textproc/expat2/Makefile')
-rw-r--r-- | textproc/expat2/Makefile | 12 |
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> |