From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 07:51:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5ACF3E0; Mon, 9 Jun 2014 07:51:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9398A2764; Mon, 9 Jun 2014 07:51:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s597pSLF056970; Mon, 9 Jun 2014 07:51:28 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s597pS2R056969; Mon, 9 Jun 2014 07:51:28 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201406090751.s597pS2R056969@svn.freebsd.org> From: Wen Heping Date: Mon, 9 Jun 2014 07:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357112 - head/science/py-scipy 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.18 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: Mon, 09 Jun 2014 07:51:28 -0000 Author: wen Date: Mon Jun 9 07:51:28 2014 New Revision: 357112 URL: http://svnweb.freebsd.org/changeset/ports/357112 QAT: https://qat.redports.org/buildarchive/r357112/ Log: - Fix plist when define DOCS=off PR: 190642 Reported by: john@saltant.com Modified: head/science/py-scipy/Makefile Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Mon Jun 9 07:49:58 2014 (r357111) +++ head/science/py-scipy/Makefile Mon Jun 9 07:51:28 2014 (r357112) @@ -35,9 +35,6 @@ OPTIONS_DEFAULT=SUITESPARSE ATLAS_DESC= Use optimized blas library SUITESPARSE_DESC= Use AMD and UMFPACK in SuiteSparse -PLIST_FILES= %%PORTDOCS%%%%DOCSDIR%%/scipy-ref.pdf -PLIST_DIRSTRY= %%PORTDOCS%%%%DOCSDIR%% - post-patch: @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ -e "s@malloc\.h@stdlib.h@" @@ -69,6 +66,8 @@ post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/scipy-ref.pdf ${STAGEDIR}${DOCSDIR} + ${ECHO_CMD} "${DOCSDIR}/scipy-ref.pdf" >> ${TMPPLIST} + ${ECHO_CMD} "@dirrm ${DOCSDIR}" >> ${TMPPLIST} .endif .include