diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-13 11:12:43 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-13 11:12:43 +0000 |
commit | 7e9a320eeb58c649044461281ffeda4b3f03c1c9 (patch) | |
tree | 7d295241c4f4e9d2fa6035a911a44fada4f3a86c /textproc/hevea/Makefile | |
parent | 6a3e10552a93b8a1fddffc0781398171b8ffd041 (diff) |
Notes
Diffstat (limited to 'textproc/hevea/Makefile')
-rw-r--r-- | textproc/hevea/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index cfcfc3997d2c..db96b7d2476c 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hevea -PORTVERSION= 2.02 +PORTVERSION= 2.03 CATEGORIES= textproc MASTER_SITES= http://para.inria.fr/~maranget/hevea/distri/ \ ftp://ftp.inria.fr/INRIA/moscova/hevea/ @@ -21,8 +21,8 @@ PLIST_SUB= HEVEAVERSION=${PORTVERSION} .include <bsd.port.options.mk> -pre-configure: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ +post-patch: + @${REINPLACE_CMD} -e '/^PREFIX=/s|/usr/local|${PREFIX}|' \ ${WRKSRC}/Makefile post-install: |