diff options
Diffstat (limited to 'textproc/tex2im')
-rw-r--r-- | textproc/tex2im/Makefile | 6 | ||||
-rw-r--r-- | textproc/tex2im/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/tex2im/Makefile b/textproc/tex2im/Makefile index 11b718b0ed99..af47d58b77fb 100644 --- a/textproc/tex2im/Makefile +++ b/textproc/tex2im/Makefile @@ -7,7 +7,7 @@ # PORTNAME= tex2im -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= textproc MASTER_SITES= http://www.nought.de/ @@ -25,8 +25,8 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tex2im ${PREFIX}/bin .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/examples/tex2im - ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/tex2im + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/textproc/tex2im/distinfo b/textproc/tex2im/distinfo index 191f9b7afd94..e4ca0da85e2e 100644 --- a/textproc/tex2im/distinfo +++ b/textproc/tex2im/distinfo @@ -1 +1 @@ -MD5 (tex2im-1.3.tar.gz) = 9cb1fb993cc2e695bb9fccfe3b2c5ce7 +MD5 (tex2im-1.4.tar.gz) = 5835bdcd76ebf52c5315ac95d042bc60 |