aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-06-16 21:52:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-06-16 21:52:40 +0000
commitffb21b5654e56c5c34ac39799d4746eb84c17ecc (patch)
treeb1e4b6e4fe103d42cf22f4306aad320232380044 /devel
parent6ee8c0d0843a0c7e67e60565ca3dd4dc2fdbcdcb (diff)
downloadports-ffb21b5654e56c5c34ac39799d4746eb84c17ecc.tar.gz
ports-ffb21b5654e56c5c34ac39799d4746eb84c17ecc.zip
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
Notes
Notes: svn path=/head/; revision=29651
Diffstat (limited to 'devel')
-rw-r--r--devel/ORBacus/Makefile2
-rw-r--r--devel/ORBit/Makefile2
-rw-r--r--devel/ORBit2/Makefile2
-rw-r--r--devel/SWIG-devel/Makefile4
-rw-r--r--devel/SWIG/Makefile4
-rw-r--r--devel/amulet/Makefile2
-rw-r--r--devel/bonobo/Makefile2
-rw-r--r--devel/cdk/Makefile2
-rw-r--r--devel/fastcrc/Makefile2
-rw-r--r--devel/flux/Makefile2
-rw-r--r--devel/freelibiberty/Makefile2
-rw-r--r--devel/gettext-devel/Makefile2
-rw-r--r--devel/gettext-old/Makefile2
-rw-r--r--devel/gettext/Makefile2
-rw-r--r--devel/glib12/Makefile2
-rw-r--r--devel/glib13/Makefile2
-rw-r--r--devel/glib20/Makefile2
-rw-r--r--devel/libPropList/Makefile2
-rw-r--r--devel/libU77/Makefile2
-rw-r--r--devel/libcache/Makefile2
-rw-r--r--devel/libdlmalloc/Makefile2
-rw-r--r--devel/libffi-devel/Makefile2
-rw-r--r--devel/libffi/Makefile2
-rw-r--r--devel/libgetline/Makefile2
-rw-r--r--devel/libgii/Makefile2
-rw-r--r--devel/libglade/Makefile2
-rw-r--r--devel/libglade2/Makefile2
-rw-r--r--devel/libgnugetopt/Makefile2
-rw-r--r--devel/libgtop/Makefile2
-rw-r--r--devel/libgtop2/Makefile2
-rw-r--r--devel/libmalloc/Makefile2
-rw-r--r--devel/libol/Makefile2
-rw-r--r--devel/libshhmsg/Makefile2
-rw-r--r--devel/libshhopt/Makefile2
-rw-r--r--devel/libsigc++/Makefile2
-rw-r--r--devel/libsigc++12/Makefile2
-rw-r--r--devel/libsigc++20/Makefile2
-rw-r--r--devel/libslang/Makefile2
-rw-r--r--devel/libxalloc/Makefile2
-rw-r--r--devel/lwp/Makefile2
-rw-r--r--devel/mico/Makefile2
-rw-r--r--devel/mm/Makefile2
-rw-r--r--devel/newt/Makefile2
-rw-r--r--devel/oaf/Makefile2
-rw-r--r--devel/omniORB/Makefile2
-rw-r--r--devel/popt/Makefile2
-rw-r--r--devel/pth-devel/Makefile2
-rw-r--r--devel/pth/Makefile2
-rw-r--r--devel/rpc2/Makefile2
-rw-r--r--devel/rvm/Makefile2
-rw-r--r--devel/sdl-devel/Makefile2
-rw-r--r--devel/sdl/Makefile2
-rw-r--r--devel/sdl10/Makefile2
-rw-r--r--devel/sdl12/Makefile2
-rw-r--r--devel/sip/Makefile2
-rw-r--r--devel/str/Makefile2
-rw-r--r--devel/swarm/Makefile2
-rw-r--r--devel/swig11/Makefile4
-rw-r--r--devel/swig13/Makefile4
-rw-r--r--devel/swig20/Makefile4
-rw-r--r--devel/tvision/Makefile2
61 files changed, 66 insertions, 66 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile
index 133d3f0d43b9..63c0cd148d64 100644
--- a/devel/ORBacus/Makefile
+++ b/devel/ORBacus/Makefile
@@ -14,7 +14,7 @@ DISTNAME= OB-${PORTVERSION}
MAINTAINER= ejc@bazzle.com
USE_XLIB= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
USE_NEWGCC= yes
CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile
index a2432240994f..04151e07b3bf 100644
--- a/devel/ORBit/Makefile
+++ b/devel/ORBit/Makefile
@@ -20,7 +20,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
LIBTOOLFILES= configure libIDL/configure popt/configure
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
CONFIGURE_ARGS= --disable-indent
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
index a2432240994f..04151e07b3bf 100644
--- a/devel/ORBit2/Makefile
+++ b/devel/ORBit2/Makefile
@@ -20,7 +20,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
LIBTOOLFILES= configure libIDL/configure popt/configure
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
CONFIGURE_ARGS= --disable-indent
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile
index 9321a918b996..8686d4ede600 100644
--- a/devel/SWIG-devel/Makefile
+++ b/devel/SWIG-devel/Makefile
@@ -21,12 +21,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
USE_PERL5= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
--with-tcllib=${PREFIX}/lib/tcl8.2/
ALL_TARGET= swig runtime
PLIST_SUB+= VER="1.3"
-
+
.include <bsd.port.mk>
diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile
index 9321a918b996..8686d4ede600 100644
--- a/devel/SWIG/Makefile
+++ b/devel/SWIG/Makefile
@@ -21,12 +21,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
USE_PERL5= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
--with-tcllib=${PREFIX}/lib/tcl8.2/
ALL_TARGET= swig runtime
PLIST_SUB+= VER="1.3"
-
+
.include <bsd.port.mk>
diff --git a/devel/amulet/Makefile b/devel/amulet/Makefile
index f7e2836b5722..af7cd0b07e95 100644
--- a/devel/amulet/Makefile
+++ b/devel/amulet/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= bovynf@awe.be
USE_X_PREFIX= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
WRKSRC= $(WRKDIR)/amulet
MAKE_ENV= AMULET_DIR=$(WRKSRC) AMULET_VARS_FILE=Makefile.vars.gcc.FreeBSD
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile
index 4c68c4fe130c..5f86d5fec6ea 100644
--- a/devel/bonobo/Makefile
+++ b/devel/bonobo/Makefile
@@ -25,7 +25,7 @@ USE_X_PREFIX= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
LIBTOOLFILES= configure libefs/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index 4e6dd5b58d12..00675f9b5bf8 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
ALL_TARGET= default
MAN3= cdk_alphalist.3 cdk_binding.3 cdk_buttonbox.3 cdk_calendar.3 cdk_cdk.3 \
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile
index 7a5cf83c01b4..4d742196ebc2 100644
--- a/devel/fastcrc/Makefile
+++ b/devel/fastcrc/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
ONLY_FOR_ARCHS= i386
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib
diff --git a/devel/flux/Makefile b/devel/flux/Makefile
index 5f3fa5733e99..8a48b676ea8b 100644
--- a/devel/flux/Makefile
+++ b/devel/flux/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.styx.net/projects/flux/
MAINTAINER= will@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
USE_GMAKE= yes
post-install:
diff --git a/devel/freelibiberty/Makefile b/devel/freelibiberty/Makefile
index 88b5f8d08161..4e24c3639424 100644
--- a/devel/freelibiberty/Makefile
+++ b/devel/freelibiberty/Makefile
@@ -15,7 +15,7 @@ DISTNAME= libiberty-${PORTVERSION}
MAINTAINER= howardjp@wam.umd.edu
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/libiberty.a ${PREFIX}/lib
diff --git a/devel/gettext-devel/Makefile b/devel/gettext-devel/Makefile
index c66dce587751..7f88642da915 100644
--- a/devel/gettext-devel/Makefile
+++ b/devel/gettext-devel/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gettext
MAINTAINER= reg@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile
index c66dce587751..7f88642da915 100644
--- a/devel/gettext-old/Makefile
+++ b/devel/gettext-old/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gettext
MAINTAINER= reg@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index c66dce587751..7f88642da915 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gettext
MAINTAINER= reg@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
diff --git a/devel/glib12/Makefile b/devel/glib12/Makefile
index 5856940bfc1e..4af216fca9a1 100644
--- a/devel/glib12/Makefile
+++ b/devel/glib12/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
MAINTAINER= vanilla@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
diff --git a/devel/glib13/Makefile b/devel/glib13/Makefile
index 5856940bfc1e..4af216fca9a1 100644
--- a/devel/glib13/Makefile
+++ b/devel/glib13/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
MAINTAINER= vanilla@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index 5856940bfc1e..4af216fca9a1 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
MAINTAINER= vanilla@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
CONFIGURE_ARGS= --includedir=${PREFIX}/include/glib12
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile
index 08b406ba1610..6e9aedefc28b 100644
--- a/devel/libPropList/Makefile
+++ b/devel/libPropList/Makefile
@@ -15,7 +15,7 @@ DISTNAME= libPropList-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
USE_AUTOCONF= yes
.include <bsd.port.mk>
diff --git a/devel/libU77/Makefile b/devel/libU77/Makefile
index 6c7fcad1f88f..7d945ed1b47b 100644
--- a/devel/libU77/Makefile
+++ b/devel/libU77/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://flo.mech.eng.usyd.edu.au/~norris/src/
MAINTAINER= ports@FreeBSD.org
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
pre-build:
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
diff --git a/devel/libcache/Makefile b/devel/libcache/Makefile
index 6219c89f440f..8d054577c4d0 100644
--- a/devel/libcache/Makefile
+++ b/devel/libcache/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.afro-productions.com/
MAINTAINER= will@FreeBSD.org
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shared
WRKSRC= ${WRKDIR}/libcache
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile
index cc5757abc98e..7fccad2886c6 100644
--- a/devel/libdlmalloc/Makefile
+++ b/devel/libdlmalloc/Makefile
@@ -14,7 +14,7 @@ DISTFILES= malloc-2.6.5.c
MAINTAINER= roberto@FreeBSD.org
NO_WRKSUBDIR= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
do-extract:
@${RM} -rf ${WRKDIR}
diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile
index 9033938e3d80..664caf53e4ae 100644
--- a/devel/libffi-devel/Makefile
+++ b/devel/libffi-devel/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://sourceware.cygnus.com/pub/libffi/
MAINTAINER= horance@freedom.ie.cycu.edu.tw
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_TARGET= # empty
.include <bsd.port.mk>
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile
index 9033938e3d80..664caf53e4ae 100644
--- a/devel/libffi/Makefile
+++ b/devel/libffi/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://sourceware.cygnus.com/pub/libffi/
MAINTAINER= horance@freedom.ie.cycu.edu.tw
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_TARGET= # empty
.include <bsd.port.mk>
diff --git a/devel/libgetline/Makefile b/devel/libgetline/Makefile
index 5cd99c8a939a..426ebdd58e09 100644
--- a/devel/libgetline/Makefile
+++ b/devel/libgetline/Makefile
@@ -17,6 +17,6 @@ MAN3= getline.3
WRKSRC= ${WRKDIR}/getline-39
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>
diff --git a/devel/libgii/Makefile b/devel/libgii/Makefile
index beba0caedfe6..15c512b5d2ef 100644
--- a/devel/libgii/Makefile
+++ b/devel/libgii/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= mwest@uct.ac.za
USE_BZIP2= yes
USE_XLIB= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
# NOTE: We can not define USE_LIBTOOL for this port to build.
#USE_LIBTOOL= yes
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
index 9a2edcd3822b..dedc9b949068 100644
--- a/devel/libglade/Makefile
+++ b/devel/libglade/Makefile
@@ -21,7 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 9a2edcd3822b..dedc9b949068 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -21,7 +21,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile
index 1e5831a45467..8b60e38e8376 100644
--- a/devel/libgnugetopt/Makefile
+++ b/devel/libgnugetopt/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/
MAINTAINER= obrien@FreeBSD.org
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
do-install:
@ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 01452d55130d..036a794dbfb2 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -21,7 +21,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile
index 01452d55130d..036a794dbfb2 100644
--- a/devel/libgtop2/Makefile
+++ b/devel/libgtop2/Makefile
@@ -21,7 +21,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_PERL5= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile
index 42a90a235f94..ae12889e66f1 100644
--- a/devel/libmalloc/Makefile
+++ b/devel/libmalloc/Makefile
@@ -14,7 +14,7 @@ DISTNAME= malloc-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
diff --git a/devel/libol/Makefile b/devel/libol/Makefile
index ebd7807f6da7..bd54233fcb11 100644
--- a/devel/libol/Makefile
+++ b/devel/libol/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.balabit.hu/downloads/libol/0.2/
MAINTAINER= vince@blue-box.net
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/devel/libshhmsg/Makefile b/devel/libshhmsg/Makefile
index 27a6ba5ccded..4e9afac935df 100644
--- a/devel/libshhmsg/Makefile
+++ b/devel/libshhmsg/Makefile
@@ -14,7 +14,7 @@ DISTNAME= shhmsg-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org
USE_GMAKE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/libshhopt/Makefile b/devel/libshhopt/Makefile
index 2b2e137075ca..b7107c152953 100644
--- a/devel/libshhopt/Makefile
+++ b/devel/libshhopt/Makefile
@@ -14,7 +14,7 @@ DISTNAME= shhopt-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org
USE_GMAKE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile
index 50555f962862..9fe3cc62cbf0 100644
--- a/devel/libsigc++/Makefile
+++ b/devel/libsigc++/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw
GNU_CONFIGURE= yes
USE_NEWGCC= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile
index 50555f962862..9fe3cc62cbf0 100644
--- a/devel/libsigc++12/Makefile
+++ b/devel/libsigc++12/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw
GNU_CONFIGURE= yes
USE_NEWGCC= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile
index 50555f962862..9fe3cc62cbf0 100644
--- a/devel/libsigc++20/Makefile
+++ b/devel/libsigc++20/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw
GNU_CONFIGURE= yes
USE_NEWGCC= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile
index 98f040f4d7d2..737112d5d014 100644
--- a/devel/libslang/Makefile
+++ b/devel/libslang/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= xaa+ports@timewasters.nl
USE_BZIP2= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
#WRKSRC= ${WRKDIR}/slang
ALL_TARGET= all elf
diff --git a/devel/libxalloc/Makefile b/devel/libxalloc/Makefile
index 12ac7b884ee4..b8cc8ac61ff4 100644
--- a/devel/libxalloc/Makefile
+++ b/devel/libxalloc/Makefile
@@ -14,7 +14,7 @@ DISTNAME= xalloc-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org
USE_GMAKE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile
index d33952ac070a..4398b05758a8 100644
--- a/devel/lwp/Makefile
+++ b/devel/lwp/Makefile
@@ -14,6 +14,6 @@ MAINTAINER= coda@cs.cmu.edu
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index 628a4606b140..cdafde1e5a82 100644
--- a/devel/mico/Makefile
+++ b/devel/mico/Makefile
@@ -19,7 +19,7 @@ MICOVER= `${ECHO} ${DISTNAME} | ${SED} 's/mico-//'`
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
USE_NEWGCC= yes
.if defined(QT2)
diff --git a/devel/mm/Makefile b/devel/mm/Makefile
index 780a5731c814..ba6f33f4f735 100644
--- a/devel/mm/Makefile
+++ b/devel/mm/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.engelschall.com/sw/mm/ \
MAINTAINER= rse@engelschall.com
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
MAN1= mm-config.1
diff --git a/devel/newt/Makefile b/devel/newt/Makefile
index e230fe15e688..30be96354182 100644
--- a/devel/newt/Makefile
+++ b/devel/newt/Makefile
@@ -25,7 +25,7 @@ BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm \
USE_GMAKE= yes
GNU_CONFIGURE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/newt-0.50
VERSION= 0
MAKE_ENV+= prefix=${PREFIX} VERSION=${VERSION} CC=${CC} PCFLAGS="${CFLAGS}"
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
index 304e2eafc760..32c114747eec 100644
--- a/devel/oaf/Makefile
+++ b/devel/oaf/Makefile
@@ -23,7 +23,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--enable-static --enable-shared
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile
index 1d57423040f4..954609d03004 100644
--- a/devel/omniORB/Makefile
+++ b/devel/omniORB/Makefile
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_NEWGCC= yes
USE_GMAKE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
MAKEFILE= GNUmakefile
ALL_TARGET= export
MAKE_ENV= CDEBUGFLAGS="${CFLAGS}" CXXDEBUGFLAGS="${CXXFLAGS}" \
diff --git a/devel/popt/Makefile b/devel/popt/Makefile
index 1947daedf160..9adb47598cc8 100644
--- a/devel/popt/Makefile
+++ b/devel/popt/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ycheng@sinica.edu.tw
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
diff --git a/devel/pth-devel/Makefile b/devel/pth-devel/Makefile
index b7a107ca9705..5884766e67d6 100644
--- a/devel/pth-devel/Makefile
+++ b/devel/pth-devel/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= rse@engelschall.com
NO_LATEST_LINK= yes
NO_CDROM= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--enable-pthread \
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 019980edf6cd..69bc12106722 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= pth
MAINTAINER= rse@engelschall.com
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--enable-pthread \
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile
index 656924bc9293..72de56584f6f 100644
--- a/devel/rpc2/Makefile
+++ b/devel/rpc2/Makefile
@@ -16,6 +16,6 @@ LIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>
diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile
index 4d9c7f9786b7..595a9ef2642b 100644
--- a/devel/rvm/Makefile
+++ b/devel/rvm/Makefile
@@ -16,6 +16,6 @@ LIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>
diff --git a/devel/sdl-devel/Makefile b/devel/sdl-devel/Makefile
index 940a3cfb4619..1005819d5cae 100644
--- a/devel/sdl-devel/Makefile
+++ b/devel/sdl-devel/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
USE_XLIB= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \
diff --git a/devel/sdl/Makefile b/devel/sdl/Makefile
index 75728acd9ec3..676e187c1a22 100644
--- a/devel/sdl/Makefile
+++ b/devel/sdl/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
USE_XLIB= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \
LOCALBASE="${LOCALBASE}"
diff --git a/devel/sdl10/Makefile b/devel/sdl10/Makefile
index 75728acd9ec3..676e187c1a22 100644
--- a/devel/sdl10/Makefile
+++ b/devel/sdl10/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
USE_XLIB= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \
LOCALBASE="${LOCALBASE}"
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 940a3cfb4619..1005819d5cae 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
USE_XLIB= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \
diff --git a/devel/sip/Makefile b/devel/sip/Makefile
index 2b8136c62d7a..7389f55c11ea 100644
--- a/devel/sip/Makefile
+++ b/devel/sip/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= adsharma@home.com
BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Python.h:${PORTSDIR}/lang/python
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
USE_QT= yes
CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/X11/qt
GNU_CONFIGURE= yes
diff --git a/devel/str/Makefile b/devel/str/Makefile
index f54b0d725f24..5f36edb33e72 100644
--- a/devel/str/Makefile
+++ b/devel/str/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.engelschall.com/sw/str/ \
MAINTAINER= rse@engelschall.com
HAS_CONFIGURE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= str-config.1
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile
index cf7b0331db90..618fef768a35 100644
--- a/devel/swarm/Makefile
+++ b/devel/swarm/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= ffi.2:${PORTSDIR}/devel/libffi \
USE_GMAKE= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \
--with-tclincludedir=${PREFIX}/include/tcl8.2 \
--with-tkincludedir=${PREFIX}/include/tk8.2 \
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile
index 9321a918b996..8686d4ede600 100644
--- a/devel/swig11/Makefile
+++ b/devel/swig11/Makefile
@@ -21,12 +21,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
USE_PERL5= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
--with-tcllib=${PREFIX}/lib/tcl8.2/
ALL_TARGET= swig runtime
PLIST_SUB+= VER="1.3"
-
+
.include <bsd.port.mk>
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
index 9321a918b996..8686d4ede600 100644
--- a/devel/swig13/Makefile
+++ b/devel/swig13/Makefile
@@ -21,12 +21,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
USE_PERL5= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
--with-tcllib=${PREFIX}/lib/tcl8.2/
ALL_TARGET= swig runtime
PLIST_SUB+= VER="1.3"
-
+
.include <bsd.port.mk>
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile
index 9321a918b996..8686d4ede600 100644
--- a/devel/swig20/Makefile
+++ b/devel/swig20/Makefile
@@ -21,12 +21,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
USE_PERL5= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
--with-tcllib=${PREFIX}/lib/tcl8.2/
ALL_TARGET= swig runtime
PLIST_SUB+= VER="1.3"
-
+
.include <bsd.port.mk>
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile
index 59d497651168..ea9704c7b432 100644
--- a/devel/tvision/Makefile
+++ b/devel/tvision/Makefile
@@ -14,6 +14,6 @@ MASTER_SITE_SUBDIR= devel/lang/c++
MAINTAINER= ssigala@globalnet.it
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>