aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/grap/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-03-24 15:24:10 +0800
committeradamw <adamw@FreeBSD.org>2003-03-24 15:24:10 +0800
commit80eed053fe03985e7f00ddb4aa6e9245bd12e3e2 (patch)
tree9298486dc4e6694b346a92969b6875ccddc3dfca /textproc/grap/Makefile
parent3b2b77a091dba1674aa9866c49e0b4aec1e2c0e7 (diff)
downloadfreebsd-ports-gnome-80eed053fe03985e7f00ddb4aa6e9245bd12e3e2.tar.gz
freebsd-ports-gnome-80eed053fe03985e7f00ddb4aa6e9245bd12e3e2.tar.zst
freebsd-ports-gnome-80eed053fe03985e7f00ddb4aa6e9245bd12e3e2.zip
Update to 1.30.
PR: 49007 Submitted by: Ted Faber <faber@lunabase.org>
Diffstat (limited to 'textproc/grap/Makefile')
-rw-r--r--textproc/grap/Makefile4
1 files changed, 2 insertions, 2 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>