diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 16:22:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 16:22:22 +0800 |
commit | 87b834c166910ab7c0721f2981c24e7c692e845c (patch) | |
tree | 9a12005693bafc06dca825d51dd5d0f192cd329a | |
parent | e7c48caeb07331a30e78d77c3dfee05dddd7aae3 (diff) | |
download | freebsd-ports-gnome-87b834c166910ab7c0721f2981c24e7c692e845c.tar.gz freebsd-ports-gnome-87b834c166910ab7c0721f2981c24e7c692e845c.tar.zst freebsd-ports-gnome-87b834c166910ab7c0721f2981c24e7c692e845c.zip |
- Stage support
-rw-r--r-- | math/gsl/Makefile | 3 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index ef8f0bb3b352..0ca3f2fd9076 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -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* diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index 3eb7e61b7bbc..f2bf7c3e1998 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -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 |