From owner-svn-ports-head@FreeBSD.ORG Thu Nov 1 13:43:27 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 E41865D6; Thu, 1 Nov 2012 13:43:27 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CCBEF8FC12; Thu, 1 Nov 2012 13:43:27 +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 qA1DhRA0003005; Thu, 1 Nov 2012 13:43:27 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA1DhRTE003003; Thu, 1 Nov 2012 13:43:27 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201211011343.qA1DhRTE003003@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 1 Nov 2012 13:43:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306801 - head/databases/recutils 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: Thu, 01 Nov 2012 13:43:28 -0000 Author: danfe Date: Thu Nov 1 13:43:27 2012 New Revision: 306801 URL: http://svn.freebsd.org/changeset/ports/306801 Log: Install a few docs; omit port revision bump as this port was added for a private request just couple of hours ago and thus probably not installed in sufficient quantities to warrant it. Feature safe: yes Modified: head/databases/recutils/Makefile Modified: head/databases/recutils/Makefile ============================================================================== --- head/databases/recutils/Makefile Thu Nov 1 13:22:07 2012 (r306800) +++ head/databases/recutils/Makefile Thu Nov 1 13:43:27 2012 (r306801) @@ -11,7 +11,7 @@ COMMENT= Tools and libraries to access h LICENSE= GPLv3 -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS DOCS GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -19,6 +19,7 @@ USE_LDCONFIG= yes INFO= ${PORTNAME} MAN1= csv2rec.1 rec2csv.1 recdel.1 recfix.1 recfmt.1 recinf.1 \ recins.1 recsel.1 recset.1 +PORTDOCS= ChangeLog NEWS README .include @@ -30,4 +31,10 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif + .include