From owner-svn-ports-head@FreeBSD.ORG Sat Oct 20 15:38:08 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 425A3ABD; Sat, 20 Oct 2012 15:38:08 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2BF378FC14; Sat, 20 Oct 2012 15:38:08 +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 q9KFc8TY057031; Sat, 20 Oct 2012 15:38:08 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9KFc706057029; Sat, 20 Oct 2012 15:38:07 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210201538.q9KFc706057029@svn.freebsd.org> From: Eitan Adler Date: Sat, 20 Oct 2012 15:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306194 - head/devel/cdecl 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.14 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, 20 Oct 2012 15:38:08 -0000 Author: eadler Date: Sat Oct 20 15:38:07 2012 New Revision: 306194 URL: http://svn.freebsd.org/changeset/ports/306194 Log: Convert to OptionsNG Feature safe: yes Modified: head/devel/cdecl/Makefile Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Sat Oct 20 15:36:46 2012 (r306193) +++ head/devel/cdecl/Makefile Sat Oct 20 15:38:07 2012 (r306194) @@ -21,8 +21,10 @@ PLIST_FILES= bin/cdecl bin/c++decl CONFLICTS= cutils-[0-9]* +.include + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/testset* ${DOCSDIR} .endif