From owner-svn-ports-head@FreeBSD.ORG Mon Dec 3 03:03:12 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 6FFA4FA; Mon, 3 Dec 2012 03:03:12 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 537C58FC0C; Mon, 3 Dec 2012 03:03:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB333Chq021577; Mon, 3 Dec 2012 03:03:12 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB333CcH021576; Mon, 3 Dec 2012 03:03:12 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201212030303.qB333CcH021576@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 3 Dec 2012 03:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308121 - head/mail/libpst 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: Mon, 03 Dec 2012 03:03:12 -0000 Author: tota Date: Mon Dec 3 03:03:11 2012 New Revision: 308121 URL: http://svnweb.freebsd.org/changeset/ports/308121 Log: - Fix PST2DII_DESC - Move PORTDOCS before Pointed out by: jhale@ Feature safe: yes Modified: head/mail/libpst/Makefile Modified: head/mail/libpst/Makefile ============================================================================== --- head/mail/libpst/Makefile Mon Dec 3 03:00:20 2012 (r308120) +++ head/mail/libpst/Makefile Mon Dec 3 03:03:11 2012 (r308121) @@ -22,15 +22,13 @@ CONFIGURE_ARGS+= --disable-python MAN1= lspst.1 pst2dii.1 pst2ldif.1 readpst.1 MAN5= outlook.pst.5 +PORTDOCS= * + OPTIONS_DEFINE= DOCS PST2DII -PST2DII_DESC= "allow Summation Document Image Information output" +PST2DII_DESC= Allow Summation Document Image Information output .include -.if ${PORT_OPTIONS:MDOCS} -PORTDOCS= * -.endif - .if ${PORT_OPTIONS:MPST2DII} CONFIGURE_ARGS+= --enable-dii=yes BUILD_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick