diff options
Diffstat (limited to 'textproc/grap/Makefile')
-rw-r--r-- | textproc/grap/Makefile | 7 |
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> |