svn commit: r342250 - head/math/gsl

Martin Wilke miwi at FreeBSD.org
Sun Feb 2 08:22:23 UTC 2014


Author: miwi
Date: Sun Feb  2 08:22:22 2014
New Revision: 342250
URL: http://svnweb.freebsd.org/changeset/ports/342250
QAT: https://qat.redports.org/buildarchive/r342250/

Log:
  - Stage support

Modified:
  head/math/gsl/Makefile
  head/math/gsl/pkg-plist

Modified: head/math/gsl/Makefile
==============================================================================
--- head/math/gsl/Makefile	Sun Feb  2 08:11:05 2014	(r342249)
+++ head/math/gsl/Makefile	Sun Feb  2 08:22:22 2014	(r342250)
@@ -15,11 +15,8 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	MAKEINFO='makeinfo --no-split'
 
-MAN1=		gsl-config.1 gsl-randist.1 gsl-histogram.1
-MAN3=		gsl.3
 INFO=		gsl-ref
 
-NO_STAGE=	yes
 post-extract:
 	@${RM} -f ${WRKSRC}/doc/gsl-ref.info*
 

Modified: head/math/gsl/pkg-plist
==============================================================================
--- head/math/gsl/pkg-plist	Sun Feb  2 08:11:05 2014	(r342249)
+++ head/math/gsl/pkg-plist	Sun Feb  2 08:22:22 2014	(r342250)
@@ -230,4 +230,8 @@ lib/libgslcblas.so
 lib/libgslcblas.so.0
 libdata/pkgconfig/gsl.pc
 share/aclocal/gsl.m4
+man/man1/gsl-config.1.gz
+man/man1/gsl-histogram.1.gz
+man/man1/gsl-randist.1.gz
+man/man3/gsl.3.gz
 @dirrm include/gsl


More information about the svn-ports-head mailing list