diff options
Diffstat (limited to 'textproc/highlight')
-rw-r--r-- | textproc/highlight/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index c0dc29336ea3..2fc19a97c93f 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -7,6 +7,7 @@ PORTNAME= highlight PORTVERSION= 2.4.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ @@ -34,6 +35,8 @@ MANCOMPRESSED= yes PORTDOCS= * .endif +.include <bsd.port.pre.mk> + post-patch: @${REINPLACE_CMD} -e \ 's|/etc/highlight|${DATADIR}|g' ${WRKSRC}/datadir.cpp @@ -71,4 +74,4 @@ post-install: ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |