Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 08:22:23 +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: r342250 - head/math/gsl
Message-ID:  <201402020822.s128MNmY032820@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402020822.s128MNmY032820>