diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-24 08:55:22 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-24 08:55:22 +0000 |
commit | 653679edfa5cb91c7d4d56457b0b57dc4dd019f5 (patch) | |
tree | a7778356b8284ea2b010b99583dec6afe7336959 /textproc/xlhtml/Makefile | |
parent | b3b96ec31631c34ae20619abaa76dbf58f610b0e (diff) | |
download | FreeBSD-ports-653679edfa5cb91c7d4d56457b0b57dc4dd019f5.zip FreeBSD-ports-653679edfa5cb91c7d4d56457b0b57dc4dd019f5.tar.gz |
Update to 0.2.7.2.
Diffstat (limited to 'textproc/xlhtml/Makefile')
-rw-r--r-- | textproc/xlhtml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index e71e989..d6ee700 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xlhtml -PORTVERSION= 0.2.7.1 +PORTVERSION= 0.2.7.2 CATEGORIES= textproc MASTER_SITES= http://www.xlhtml.org/ DISTNAME= xlHtml-${PORTVERSION} @@ -16,6 +16,12 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/cole" + +pre-build: + @${RM} -f ${WRKSRC}/cole.h + @find ${WRKSRC} -type f | xargs ${GREP} -l '\.\./cole\.h' | \ + xargs ${PERL} -pi -e 's|\.\./cole\.h|cole/cole.h|g' do-install: (cd ${WRKSRC}/xlHtml && ${MAKE} ${INSTALL_TARGET}) |