aboutsummaryrefslogtreecommitdiff
path: root/textproc/grap/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-09 01:55:45 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-09 01:55:45 +0000
commit21bdaea66813f87c0b0905524d3a918c7439770f (patch)
tree7490b25ab587719df632e4d9556855ad78dab591 /textproc/grap/Makefile
parent8aae4286760db19ee636b7f8846501b98e02cce2 (diff)
downloadports-21bdaea66813f87c0b0905524d3a918c7439770f.tar.gz
ports-21bdaea66813f87c0b0905524d3a918c7439770f.zip
Update to 1.22
PR: 33675 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=52783
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>