svn commit: r341301 - head/math/GiNaC

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Jan 26 22:56:26 UTC 2014


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


More information about the svn-ports-all mailing list