[Midnightbsd-cvs] mports [16513] trunk/devel/yasm: fix man pages

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 22 19:59:12 EDT 2014


Revision: 16513
          http://svnweb.midnightbsd.org/mports/?rev=16513
Author:   laffer1
Date:     2014-08-22 19:59:11 -0400 (Fri, 22 Aug 2014)
Log Message:
-----------
fix man pages

Modified Paths:
--------------
    trunk/devel/yasm/Makefile
    trunk/devel/yasm/pkg-plist

Modified: trunk/devel/yasm/Makefile
===================================================================
--- trunk/devel/yasm/Makefile	2014-08-22 23:56:34 UTC (rev 16512)
+++ trunk/devel/yasm/Makefile	2014-08-22 23:59:11 UTC (rev 16513)
@@ -2,16 +2,15 @@
 
 PORTNAME=	yasm
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel lang
 MASTER_SITES=	http://www.tortall.net/projects/yasm/releases/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A complete rewrite of the NASM assembler
+COMMENT=	Complete rewrite of the NASM assembler
 
 LICENSE=	bsd3
 
-USE_AUTOTOOLS=	autoconf libltdl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--disable-python --disable-python-bindings
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
@@ -26,7 +25,8 @@
 .endif
 
 INSTALL_TARGET=	install install-man
-MAN1=		yasm.1
-MAN7=		yasm_arch.7 yasm_dbgfmts.7 yasm_objfmts.7 yasm_parsers.7
 
+post-patch:
+	 @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>

Modified: trunk/devel/yasm/pkg-plist
===================================================================
--- trunk/devel/yasm/pkg-plist	2014-08-22 23:56:34 UTC (rev 16512)
+++ trunk/devel/yasm/pkg-plist	2014-08-22 23:59:11 UTC (rev 16513)
@@ -31,4 +31,9 @@
 include/libyasm/valparam.h
 include/libyasm/value.h
 lib/libyasm.a
+man/man1/yasm.1.gz
+man/man7/yasm_arch.7.gz
+man/man7/yasm_dbgfmts.7.gz
+man/man7/yasm_objfmts.7.gz
+man/man7/yasm_parsers.7.gz
 @dirrm include/libyasm



More information about the Midnightbsd-cvs mailing list