summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/bihar/Makefile2
-rw-r--r--math/blas/Makefile2
-rw-r--r--math/dcdflib/Makefile2
-rw-r--r--math/eispack/Makefile2
-rw-r--r--math/fftpack/Makefile2
-rw-r--r--math/fftw/Makefile2
-rw-r--r--math/fftw3/Makefile2
-rw-r--r--math/gnumeric/Makefile2
-rw-r--r--math/gnumeric2/Makefile2
-rw-r--r--math/gsl/Makefile2
-rw-r--r--math/kcalc/Makefile2
-rw-r--r--math/lapack/Makefile2
-rw-r--r--math/librandlib/Makefile2
-rw-r--r--math/libranlib/Makefile2
-rw-r--r--math/linpack/Makefile2
-rw-r--r--math/netcdf/Makefile2
-rw-r--r--math/pari/Makefile2
-rw-r--r--math/plplot/Makefile2
-rw-r--r--math/randlib/Makefile2
-rw-r--r--math/simpack/Makefile2
-rw-r--r--math/vtk/Makefile2
-rw-r--r--math/vtk43/Makefile2
-rw-r--r--math/vtk5/Makefile2
23 files changed, 23 insertions, 23 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index cc70f91f6939..d12a8930d7fe 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -20,7 +20,7 @@ EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
diff --git a/math/blas/Makefile b/math/blas/Makefile
index c9dbdc74af10..3bf27a353119 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
NO_WRKSUBDIR= yes
pre-build:
diff --git a/math/dcdflib/Makefile b/math/dcdflib/Makefile
index 33668fa0a7fb..09963a9c4da8 100644
--- a/math/dcdflib/Makefile
+++ b/math/dcdflib/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= tobez@plab.ku.dk
WRKSRC= ${WRKDIR}/dcdflib.c/src
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index cefb32887f6a..f040a760548e 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas
DIST_SUBDIR= ${PORTNAME}
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
NO_WRKSUBDIR= yes
SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile
index cc70f91f6939..d12a8930d7fe 100644
--- a/math/fftpack/Makefile
+++ b/math/fftpack/Makefile
@@ -20,7 +20,7 @@ EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 815d0db687b2..01dbeb04708d 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
GNU_CONFIGURE= yes
USE_GMAKE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.if ${ARCH} == "i386"
CONFIGURE_ARGS= --enable-i386-hacks
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index 815d0db687b2..01dbeb04708d 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
GNU_CONFIGURE= yes
USE_GMAKE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.if ${ARCH} == "i386"
CONFIGURE_ARGS= --enable-i386-hacks
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index bcedec4912ae..47cf8f0a1873 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -28,7 +28,7 @@ USE_PERL5= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
LIBTOOLFILES= configure libole2/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index bcedec4912ae..47cf8f0a1873 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -28,7 +28,7 @@ USE_PERL5= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
LIBTOOLFILES= configure libole2/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index f15d0d429f9c..2576f53fff12 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -21,7 +21,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= andrew@chg.ru
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GSLREF= gsl-ref.ps.gz
post-install:
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile
index 6ca9487dcaf3..be2f9e2cd5db 100644
--- a/math/kcalc/Makefile
+++ b/math/kcalc/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
MOC?= ${X11BASE}/bin/moc2
USE_BZIP2= yes
USE_QT2= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-qt-includes=${X11BASE}/include/qt2 \
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 8b828e03ae75..297d86c93a75 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= jmz@FreeBSD.org
DIST_SUBDIR= lapack
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
MANCOMPRESSED= maybe
MANL= cbdsqr.l cgbbrd.l cgbcon.l cgbequ.l cgbmv.l cgbrfs.l cgbsv.l cgbsvx.l \
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile
index 484aacbc9c92..f168d39d268d 100644
--- a/math/librandlib/Makefile
+++ b/math/librandlib/Makefile
@@ -13,7 +13,7 @@ DISTNAME= ranlib.c
MAINTAINER= tg@FreeBSD.org
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
MAKE_ENV= NOPROFILE=true
WRKSRC= ${WRKDIR}/${DISTNAME}/src
diff --git a/math/libranlib/Makefile b/math/libranlib/Makefile
index 484aacbc9c92..f168d39d268d 100644
--- a/math/libranlib/Makefile
+++ b/math/libranlib/Makefile
@@ -13,7 +13,7 @@ DISTNAME= ranlib.c
MAINTAINER= tg@FreeBSD.org
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
MAKE_ENV= NOPROFILE=true
WRKSRC= ${WRKDIR}/${DISTNAME}/src
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 9c5d1fd3fcb1..6f7626dace0c 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
DIST_SUBDIR= ${PORTNAME}
NO_WRKSUBDIR= yes
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile
index a51c997f5191..e003cd84657c 100644
--- a/math/netcdf/Makefile
+++ b/math/netcdf/Makefile
@@ -14,7 +14,7 @@ DISTFILES= ${PORTNAME}-3.5-beta3.tar.Z
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-3.5-beta3/src
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran"
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 5e84e537898b..188afbc17140 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= yoshiaki@kt.rim.or.jp
ONLY_FOR_ARCHS= i386
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
HAS_CONFIGURE = yes
CONFIGURE_SCRIPT = Configure
CONFIGURE_ARGS = --prefix=${PREFIX}
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index 185b4ce33a19..b309df8313d1 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -17,7 +17,7 @@ DISTNAME= plplot4p99j
MAINTAINER= ports@FreeBSD.org
USE_XLIB= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gcc=yes --with-double=yes
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
index 484aacbc9c92..f168d39d268d 100644
--- a/math/randlib/Makefile
+++ b/math/randlib/Makefile
@@ -13,7 +13,7 @@ DISTNAME= ranlib.c
MAINTAINER= tg@FreeBSD.org
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
MAKE_ENV= NOPROFILE=true
WRKSRC= ${WRKDIR}/${DISTNAME}/src
diff --git a/math/simpack/Makefile b/math/simpack/Makefile
index a392d204af7b..3321ea533abf 100644
--- a/math/simpack/Makefile
+++ b/math/simpack/Makefile
@@ -14,7 +14,7 @@ DISTFILES= SimPack3.tar.Z
MAINTAINER= rssh@cki.ipri.kiev.ua
USE_XLIB= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/simpack
diff --git a/math/vtk/Makefile b/math/vtk/Makefile
index e1787bd2f32d..1c5f8008184a 100644
--- a/math/vtk/Makefile
+++ b/math/vtk/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \
tk82.1:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/vtk31
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake
CONFIGURE_ARGS+= --with-contrib --with-tkwidget
diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile
index e1787bd2f32d..1c5f8008184a 100644
--- a/math/vtk43/Makefile
+++ b/math/vtk43/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \
tk82.1:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/vtk31
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake
CONFIGURE_ARGS+= --with-contrib --with-tkwidget
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile
index e1787bd2f32d..1c5f8008184a 100644
--- a/math/vtk5/Makefile
+++ b/math/vtk5/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \
tk82.1:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/vtk31
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake
CONFIGURE_ARGS+= --with-contrib --with-tkwidget