From owner-svn-ports-head@FreeBSD.ORG Sat Dec 7 05:35:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69C02785; Sat, 7 Dec 2013 05:35:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 564B213D9; Sat, 7 Dec 2013 05:35:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB75Z5lo005878; Sat, 7 Dec 2013 05:35:05 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB75Z4vo005875; Sat, 7 Dec 2013 05:35:04 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201312070535.rB75Z4vo005875@svn.freebsd.org> From: Eitan Adler Date: Sat, 7 Dec 2013 05:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335813 - in head: devel/cdecl misc/getopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 05:35:05 -0000 Author: eadler Date: Sat Dec 7 05:35:04 2013 New Revision: 335813 URL: http://svnweb.freebsd.org/changeset/ports/335813 Log: Remove PORT_OPTIONS:MDOCS checks from ports which don't need it Add NO_ARCH if useful Modified: head/devel/cdecl/Makefile head/misc/getopt/Makefile Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Sat Dec 7 05:34:49 2013 (r335812) +++ head/devel/cdecl/Makefile Sat Dec 7 05:35:04 2013 (r335813) @@ -20,12 +20,8 @@ MAKE_ENV+= STAGEDIR=$(STAGEDIR) CONFLICTS= cutils-[0-9]* -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/testset* ${STAGEDIR}${DOCSDIR} -.endif .include Modified: head/misc/getopt/Makefile ============================================================================== --- head/misc/getopt/Makefile Sat Dec 7 05:34:49 2013 (r335812) +++ head/misc/getopt/Makefile Sat Dec 7 05:35:04 2013 (r335813) @@ -17,15 +17,11 @@ MAKE_ENV+= LIBCGETOPT=0 DOCS= Changelog README -.include - post-patch: ${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile -.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} -.endif .include