diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-03-24 07:24:10 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-03-24 07:24:10 +0000 |
commit | a3869ac950bec9cef47553f7d90a308abd2dea22 (patch) | |
tree | 046963424985ea3c30adbff503995e95c4807096 | |
parent | Update www/boa from 0.94.14rc13 to 0.94.14rc16. (diff) |
Update to 1.30.
PR: 49007
Submitted by: Ted Faber <faber@lunabase.org>
Notes
Notes:
svn path=/head/; revision=77356
-rw-r--r-- | textproc/grap/Makefile | 4 | ||||
-rw-r--r-- | textproc/grap/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 24f1354038f8..71a583bc5130 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grap -PORTVERSION= 1.27 +PORTVERSION= 1.30 CATEGORIES= textproc graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ @@ -22,7 +22,7 @@ MAN1= grap.1 post-install: .if !defined(NOPORTDOCS) - cd ${WRKSRC} && make install-docs + cd ${WRKSRC} && ${MAKE} install-docs .endif .include <bsd.port.post.mk> diff --git a/textproc/grap/distinfo b/textproc/grap/distinfo index 39e8b3357524..031b297a238c 100644 --- a/textproc/grap/distinfo +++ b/textproc/grap/distinfo @@ -1 +1 @@ -MD5 (grap-1.27.tar.gz) = 41a8a6d5067049749ec1cf954b84142d +MD5 (grap-1.30.tar.gz) = f84c99b1746a963328f38d050529b778 |