Date: Sun, 26 Jan 2014 22:56:26 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341301 - head/math/GiNaC Message-ID: <201401262256.s0QMuQkQ078084@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Sun Jan 26 22:56:25 2014 New Revision: 341301 URL: http://svnweb.freebsd.org/changeset/ports/341301 QAT: https://qat.redports.org/buildarchive/r341301/ Log: - Implement staging. Modified: head/math/GiNaC/Makefile head/math/GiNaC/pkg-plist Modified: head/math/GiNaC/Makefile ============================================================================== --- head/math/GiNaC/Makefile Sun Jan 26 22:54:53 2014 (r341300) +++ head/math/GiNaC/Makefile Sun Jan 26 22:56:25 2014 (r341301) @@ -18,13 +18,11 @@ USES= pkgconfig pathfix gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAN1= ginsh.1 viewgar.1 INFO= ginac ginac-examples CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" Modified: head/math/GiNaC/pkg-plist ============================================================================== --- head/math/GiNaC/pkg-plist Sun Jan 26 22:54:53 2014 (r341300) +++ head/math/GiNaC/pkg-plist Sun Jan 26 22:56:25 2014 (r341301) @@ -52,4 +52,6 @@ lib/libginac.la lib/libginac.so lib/libginac.so.3 libdata/pkgconfig/ginac.pc +man/man1/ginsh.1.gz +man/man1/viewgar.1.gz @dirrm include/ginac
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401262256.s0QMuQkQ078084>