diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-08-07 17:46:24 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-08-07 17:46:24 +0000 |
commit | 6c173e82d6dcea289a4f34d52b92ac3730dea37a (patch) | |
tree | 7f85faf206b2be13915c1e3484d936ab646e9d6f /textproc/hevea/Makefile | |
parent | 8cd37faa3805de9a8064903529b529339e6f4d46 (diff) | |
download | ports-6c173e82d6dcea289a4f34d52b92ac3730dea37a.tar.gz ports-6c173e82d6dcea289a4f34d52b92ac3730dea37a.zip |
Notes
Diffstat (limited to 'textproc/hevea/Makefile')
-rw-r--r-- | textproc/hevea/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index fba0a7edfee5..e9eddc8c8aa1 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hevea -PORTVERSION= 2.32 +PORTVERSION= 2.34 CATEGORIES= textproc MASTER_SITES= http://para.inria.fr/~maranget/hevea/distri/ \ ftp://ftp.inria.fr/INRIA/moscova/hevea/ @@ -22,10 +22,6 @@ PORTDOCS= * DOCS_DISTFILES+= ${PORTNAME}-${PORTVERSION}-manual.pdf \ ${PORTNAME}-${PORTVERSION}-manual.tar.gz -post-patch: - @${REINPLACE_CMD} -e '/^PREFIX=/s|/usr/local|${PREFIX}|' \ - ${WRKSRC}/Makefile - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/esponja @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bibhva |