diff options
Diffstat (limited to 'devel/yasm/Makefile')
-rw-r--r-- | devel/yasm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index 755106ade487..d5826ce7f89d 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -7,7 +7,7 @@ # PORTNAME= yasm -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= devel lang MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ @@ -31,10 +31,8 @@ CONFIGURE_ARGS+=--disable-nls USE_GETTEXT= yes .endif -.if !defined(NOPORTDOCS) INSTALL_TARGET= install install-man MAN1= yasm.1 MAN7= yasm_arch.7 yasm_dbgfmts.7 yasm_objfmts.7 yasm_parsers.7 -.endif .include <bsd.port.post.mk> |