From owner-svn-ports-all@FreeBSD.ORG Tue Oct 9 13:59:42 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 789C5406; Tue, 9 Oct 2012 13:59:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF738FC19; Tue, 9 Oct 2012 13:59:42 +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 q99DxgH1016870; Tue, 9 Oct 2012 13:59:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q99DxgcD016868; Tue, 9 Oct 2012 13:59:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201210091359.q99DxgcD016868@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 9 Oct 2012 13:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305586 - head/databases/kyotocabinet 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, 09 Oct 2012 13:59:42 -0000 X-List-Received-Date: Tue, 09 Oct 2012 13:59:42 -0000 Author: sunpoet Date: Tue Oct 9 13:59:41 2012 New Revision: 305586 URL: http://svn.freebsd.org/changeset/ports/305586 Log: - Convert to new options framework - Cleanup Makefile header Modified: head/databases/kyotocabinet/Makefile (contents, props changed) Modified: head/databases/kyotocabinet/Makefile ============================================================================== --- head/databases/kyotocabinet/Makefile Tue Oct 9 13:59:13 2012 (r305585) +++ head/databases/kyotocabinet/Makefile Tue Oct 9 13:59:41 2012 (r305586) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kyotocabinet -# Date created: 22 April 2010 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= kyotocabinet PORTVERSION= 1.2.76 @@ -16,6 +12,8 @@ COMMENT= A straightforward implementatio LICENSE= GPLv3 +OPTIONS_DEFINE= DOCS + GNU_CONFIGURE= yes MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig" MAKE_JOBS_SAFE= yes @@ -56,12 +54,12 @@ BROKEN= Does not link on powerpc .endif post-patch: -.if defined(NOPORTDOCS) +.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e '/DOCDIR/d' ${WRKSRC}/Makefile.in .endif post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${FIND} ${DOCSDIR}/ -type d -exec ${CHMOD} 755 '{}' \; ${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} 444 '{}' \; ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/