svn commit: r343599 - head/devel/yasm

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 10 07:54:34 UTC 2014


Author: bapt
Date: Mon Feb 10 07:54:34 2014
New Revision: 343599
URL: http://svnweb.freebsd.org/changeset/ports/343599
QAT: https://qat.redports.org/buildarchive/r343599/

Log:
  Allow packaging as a user

Modified:
  head/devel/yasm/Makefile

Modified: head/devel/yasm/Makefile
==============================================================================
--- head/devel/yasm/Makefile	Mon Feb 10 07:52:41 2014	(r343598)
+++ head/devel/yasm/Makefile	Mon Feb 10 07:54:34 2014	(r343599)
@@ -7,9 +7,9 @@ CATEGORIES=	devel lang
 MASTER_SITES=	http://www.tortall.net/projects/yasm/releases/
 
 MAINTAINER=	johnson.peter at gmail.com
-COMMENT=	A complete rewrite of the NASM assembler
+COMMENT=	Complete rewrite of the NASM assembler
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 OPTIONS_DEFINE=	NLS
 
@@ -32,4 +32,7 @@ CONFIGURE_ARGS+=--disable-nls --without-
 
 INSTALL_TARGET=	install install-man
 
+post-patch:
+	 @${REINPLACE_CMD} -e '/echo.*RANLIB/,+1d' ${WRKSRC}/Makefile.in
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list