diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-09 01:55:45 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-09 01:55:45 +0000 |
commit | 21bdaea66813f87c0b0905524d3a918c7439770f (patch) | |
tree | 7490b25ab587719df632e4d9556855ad78dab591 /textproc/grap/Makefile | |
parent | 8aae4286760db19ee636b7f8846501b98e02cce2 (diff) | |
download | ports-21bdaea66813f87c0b0905524d3a918c7439770f.tar.gz ports-21bdaea66813f87c0b0905524d3a918c7439770f.zip |
Notes
Diffstat (limited to 'textproc/grap/Makefile')
-rw-r--r-- | textproc/grap/Makefile | 8 |
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> |