From owner-svn-ports-head@FreeBSD.ORG Mon May 20 07:25:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 50460A75; Mon, 20 May 2013 07:25:49 +0000 (UTC) (envelope-from demon@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 439EF114; Mon, 20 May 2013 07:25:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4K7PnSh061220; Mon, 20 May 2013 07:25:49 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4K7PnqM061219; Mon, 20 May 2013 07:25:49 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201305200725.r4K7PnqM061219@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 20 May 2013 07:25:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318577 - head/math/py-numpy 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, 20 May 2013 07:25:49 -0000 Author: demon Date: Mon May 20 07:25:48 2013 New Revision: 318577 URL: http://svnweb.freebsd.org/changeset/ports/318577 Log: Fix DISTFILES for docs. Noted by: Rainer Hurling Modified: head/math/py-numpy/Makefile Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Mon May 20 07:15:33 2013 (r318576) +++ head/math/py-numpy/Makefile Mon May 20 07:25:48 2013 (r318577) @@ -9,8 +9,8 @@ MASTER_SITES= http://docs.scipy.org/doc/ SF/${PORTNAME}/NumPy/${PORTVERSION}:source PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= numpy-${PORTVERSION:S/r/rc/}${EXTRACT_SUFX}:source \ - numpy-ref.pdf:doc \ - numpy-user.pdf:doc + numpy-ref-${PORTVERSION}.pdf:doc \ + numpy-user-${PORTVERSION}.pdf:doc EXTRACT_ONLY= numpy-${PORTVERSION:S/r/rc/}${EXTRACT_SUFX} MAINTAINER= llwang@infor.org