diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-30 18:32:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-30 18:32:25 +0800 |
commit | 1a07ab208499c0a7172307457f52693664871b0e (patch) | |
tree | c8b2ce00fccff998bf679d53eea551741641bff0 /devel | |
parent | eabf4265b7c4b1b6f769c191d5f8120dfe4f1fb2 (diff) | |
download | freebsd-ports-graphics-1a07ab208499c0a7172307457f52693664871b0e.tar.gz freebsd-ports-graphics-1a07ab208499c0a7172307457f52693664871b0e.tar.zst freebsd-ports-graphics-1a07ab208499c0a7172307457f52693664871b0e.zip |
- Fix pear port version
PR: 123934
Submitted by: Gary Palmer
Approved by: maintainer implicit
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PhpDocumentor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-PhpDocumentor/Makefile b/devel/pear-PhpDocumentor/Makefile index 472db184de8..4e9a4f81066 100644 --- a/devel/pear-PhpDocumentor/Makefile +++ b/devel/pear-PhpDocumentor/Makefile @@ -1255,7 +1255,7 @@ RUN_DEPENDS+= ${PEARDIR}/XML/Beautifier.php:${PORTSDIR}/textproc/pear-XML_Beauti post-patch: .for file in ${SUBFILES} - @${REINPLACE_CMD} -e 's|VER|${PORTVERSION}|g ; \ + @${REINPLACE_CMD} -e 's|@VER@|${PORTVERSION}|g ; \ s|@PEAR-DIR@|${PEARDIR}|g ; \ s|@DATA-DIR@|${DATADIR:S,/${PORTNAME}$,,}|g ; \ s|@WEB-DIR@|${DATADIR:S,/${PORTNAME}$,,}|g ; \ |