diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-16 02:25:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-16 02:25:34 +0800 |
commit | 4b63ba5fe053de68d027493672df775ca77bcd2d (patch) | |
tree | 1f03cc599805d042ed9f37f54217c11446369214 /textproc | |
parent | d866cf777fe7d7936d9d9fc1f3bac31f5f56f242 (diff) | |
download | freebsd-ports-gnome-4b63ba5fe053de68d027493672df775ca77bcd2d.tar.gz freebsd-ports-gnome-4b63ba5fe053de68d027493672df775ca77bcd2d.tar.zst freebsd-ports-gnome-4b63ba5fe053de68d027493672df775ca77bcd2d.zip |
upgrade to 1.4
Diffstat (limited to 'textproc')
-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 |