diff options
Diffstat (limited to 'textproc/grap/Makefile')
-rw-r--r-- | textproc/grap/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 15ca45b5075..e1bb3c381c2 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= grap -PORTVERSION= 1.38 +PORTVERSION= 1.39 CATEGORIES= textproc graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ @@ -18,11 +18,8 @@ CONFIGURE_ARGS=--with-freebsd-ports MAN1= grap.1 -.include <bsd.port.pre.mk> - -post-install: .if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${MAKE} install-docs +INSTALL_TARGET= install install-docs .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |