diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-02-19 15:06:53 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-02-19 15:06:53 +0000 |
commit | 5e8a7e0ef2e4b0db0941f46965d938d032e54659 (patch) | |
tree | d032e813fcaaf2799a0c4b0ff7733f102f8a1333 /textproc/libxml++/Makefile | |
parent | b2544472891c84c857a2bd99f784774cd8d6c54d (diff) | |
download | ports-5e8a7e0ef2e4b0db0941f46965d938d032e54659.tar.gz ports-5e8a7e0ef2e4b0db0941f46965d938d032e54659.zip |
Notes
Diffstat (limited to 'textproc/libxml++/Makefile')
-rw-r--r-- | textproc/libxml++/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 056c1e1149ec..5c16f30e3937 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libxml++ -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -25,8 +25,9 @@ INSTALLS_SHLIB= yes .if ${OSVERSION} < 500000 post-patch: @${FIND} ${WRKSRC}/libxml++ -name *.h \ - | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<ostream>|<iostream>|' + | ${XARGS} ${REINPLACE_CMD} \ + -e 's|<istream>|<iostream>|' \ + -e 's|<ostream>|<iostream>|' .endif |