aboutsummaryrefslogtreecommitdiff
path: root/textproc/grap/Makefile
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2011-12-01 21:12:36 +0000
committerCarlo Strub <cs@FreeBSD.org>2011-12-01 21:12:36 +0000
commit079fbdac8bda0fd6c53e5350018659ae74821a8a (patch)
tree7bac5336a1b970ee28e08e5f687a59f22554da6c /textproc/grap/Makefile
parent3f91066eab70a06d38feb03c788b94847e0a44a4 (diff)
Notes
Diffstat (limited to 'textproc/grap/Makefile')
-rw-r--r--textproc/grap/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile
index 69612157c41d..653cf8a6c22d 100644
--- a/textproc/grap/Makefile
+++ b/textproc/grap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= grap
-PORTVERSION= 1.43
+PORTVERSION= 1.44
CATEGORIES= textproc graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
@@ -18,8 +18,9 @@ CONFIGURE_ARGS=--with-freebsd-ports
MAN1= grap.1
-.if !defined(NOPORTDOCS)
-INSTALL_TARGET= install install-docs
+.if defined(NOPORTDOCS)
+post-install:
+ ${RM} -rf ${DOCSDIR}
.endif
.include <bsd.port.mk>