aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/grap/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-09 09:55:45 +0800
committerpat <pat@FreeBSD.org>2002-01-09 09:55:45 +0800
commit35f95bd60d4c90d89d34d4d50ba0639f5f2887cb (patch)
treecc9127828924346e39e286d19e0d4abddcf9b37e /textproc/grap/Makefile
parent7d4bd78e9f488b29ddc9bf309b4d007f5556c9fa (diff)
downloadfreebsd-ports-gnome-35f95bd60d4c90d89d34d4d50ba0639f5f2887cb.tar.gz
freebsd-ports-gnome-35f95bd60d4c90d89d34d4d50ba0639f5f2887cb.tar.zst
freebsd-ports-gnome-35f95bd60d4c90d89d34d4d50ba0639f5f2887cb.zip
Update to 1.22
PR: 33675 Submitted by: maintainer
Diffstat (limited to 'textproc/grap/Makefile')
-rw-r--r--textproc/grap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile
index 679656563a7b..6bf59c5140cd 100644
--- a/textproc/grap/Makefile
+++ b/textproc/grap/Makefile
@@ -6,14 +6,20 @@
#
PORTNAME= grap
-PORTVERSION= 1.21
+PORTVERSION= 1.22
CATEGORIES= textproc graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
MAINTAINER= faber@lunabase.org
GNU_CONFIGURE= yes
+CONFIGURE_ARGS=--with-freebsd-ports
MAN1= grap.1
+post-install:
+.if !defined(NOPORTDOCS)
+ cd ${WRKSRC} && make install-docs
+.endif
+
.include <bsd.port.mk>