Date: Sun, 22 Jun 2014 14:55:51 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358812 - head/math/py-ufl Message-ID: <201406221455.s5MEtpCW093455@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Jun 22 14:55:50 2014 New Revision: 358812 URL: http://svnweb.freebsd.org/changeset/ports/358812 QAT: https://qat.redports.org/buildarchive/r358812/ Log: math/py-ufl: support stage - Use auto plist Deleted: head/math/py-ufl/pkg-plist Modified: head/math/py-ufl/Makefile Modified: head/math/py-ufl/Makefile ============================================================================== --- head/math/py-ufl/Makefile Sun Jun 22 14:45:58 2014 (r358811) +++ head/math/py-ufl/Makefile Sun Jun 22 14:55:50 2014 (r358812) @@ -15,18 +15,10 @@ LICENSE= LGPL3 USE_PYTHON= 2 USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= UFL - -MAN1= form2ufl.1 \ - ufl-analyse.1 \ - ufl-convert.1 \ - ufl-version.1 \ - ufl2py.1 -MANCOMPRESSED= yes +PYDISTUTILS_AUTOPLIST= yes MMVERSION= 1.2 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|\[(pjoin("share", "man", "man1"),|\[(pjoin("man", "man1"),|' \ ${WRKSRC}/setup.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406221455.s5MEtpCW093455>