From owner-svn-ports-all@FreeBSD.ORG Tue Oct 23 21:14:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57223C6C; Tue, 23 Oct 2012 21:14:55 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 400348FC0C; Tue, 23 Oct 2012 21:14:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9NLEtgd058537; Tue, 23 Oct 2012 21:14:55 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9NLEt5E058533; Tue, 23 Oct 2012 21:14:55 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201210232114.q9NLEt5E058533@svn.freebsd.org> From: Rene Ladan Date: Tue, 23 Oct 2012 21:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306330 - head/devel/chrpath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 21:14:55 -0000 Author: rene Date: Tue Oct 23 21:14:54 2012 New Revision: 306330 URL: http://svn.freebsd.org/changeset/ports/306330 Log: Use optionsNG syntax for NOPORTDOCS Feature safe: yes Modified: head/devel/chrpath/Makefile (contents, props changed) Modified: head/devel/chrpath/Makefile ============================================================================== --- head/devel/chrpath/Makefile Tue Oct 23 21:14:20 2012 (r306329) +++ head/devel/chrpath/Makefile Tue Oct 23 21:14:54 2012 (r306330) @@ -21,8 +21,10 @@ PLIST_FILES= bin/chrpath PORTDOCS= AUTHORS ChangeLog NEWS README +.include + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}