Date: Wed, 5 Feb 2014 12:00:05 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342688 - head/math/gmp-ecm Message-ID: <201402051200.s15C05E9013703@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Wed Feb 5 12:00:05 2014 New Revision: 342688 URL: http://svnweb.freebsd.org/changeset/ports/342688 QAT: https://qat.redports.org/buildarchive/r342688/ Log: - Stage support Modified: head/math/gmp-ecm/Makefile Modified: head/math/gmp-ecm/Makefile ============================================================================== --- head/math/gmp-ecm/Makefile Wed Feb 5 11:36:58 2014 (r342687) +++ head/math/gmp-ecm/Makefile Wed Feb 5 12:00:05 2014 (r342688) @@ -22,10 +22,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_prog_XSLTPROC=no \ --with-gmp=${LOCALBASE} -MAN1= ecm.1 -PLIST_FILES= bin/ecm include/ecm.h lib/libecm.a lib/libecm.la +PLIST_FILES= bin/ecm include/ecm.h lib/libecm.a lib/libecm.la \ + man/man1/ecm.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} s/__GMP_BITS_PER_MP_LIMB/GMP_NUMB_BITS/g \ ${WRKSRC}/*.c ${WRKSRC}/*.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051200.s15C05E9013703>