diff options
author | asami <asami@FreeBSD.org> | 2000-06-17 05:52:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-17 05:52:40 +0800 |
commit | 3edb13972140be391bcbba775030ae304f9a847d (patch) | |
tree | 46c6a624389a09a95109aa009b8778cb6dbe21d2 /net | |
parent | 39c5cc44261d2db3b384ef374f2f7a08c2396132 (diff) | |
download | freebsd-ports-graphics-3edb13972140be391bcbba775030ae304f9a847d.tar.gz freebsd-ports-graphics-3edb13972140be391bcbba775030ae304f9a847d.tar.zst freebsd-ports-graphics-3edb13972140be391bcbba775030ae304f9a847d.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
Diffstat (limited to 'net')
-rw-r--r-- | net/adns/Makefile | 2 | ||||
-rw-r--r-- | net/gnet-glib2/Makefile | 2 | ||||
-rw-r--r-- | net/gnet/Makefile | 2 | ||||
-rw-r--r-- | net/gnet2/Makefile | 2 | ||||
-rw-r--r-- | net/hesiod/Makefile | 2 | ||||
-rw-r--r-- | net/icqlib/Makefile | 2 | ||||
-rw-r--r-- | net/icqlib0/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork2/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork3/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 2 | ||||
-rw-r--r-- | net/libetherx/Makefile | 2 | ||||
-rw-r--r-- | net/libicq/Makefile | 2 | ||||
-rw-r--r-- | net/libjabber/Makefile | 2 | ||||
-rw-r--r-- | net/libsmi/Makefile | 2 | ||||
-rw-r--r-- | net/libsocket++/Makefile | 2 | ||||
-rw-r--r-- | net/net-snmp/Makefile | 2 | ||||
-rw-r--r-- | net/net-snmp4/Makefile | 2 | ||||
-rw-r--r-- | net/radiusclient/Makefile | 2 | ||||
-rw-r--r-- | net/rrdtool/Makefile | 2 | ||||
-rw-r--r-- | net/rrdtool10/Makefile | 2 | ||||
-rw-r--r-- | net/socks5/Makefile | 2 | ||||
-rw-r--r-- | net/tn5250/Makefile | 2 | ||||
-rw-r--r-- | net/ucd-snmp/Makefile | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile index 519bf62b0e6..df906fd019c 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= adns MAINTAINER= lukin@okbmei.msk.su GNU_CONFIGURE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_GMAKE= yes post-install: diff --git a/net/gnet-glib2/Makefile b/net/gnet-glib2/Makefile index 7013bed25c3..b30b57b39b1 100644 --- a/net/gnet-glib2/Makefile +++ b/net/gnet-glib2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include <bsd.port.mk> diff --git a/net/gnet/Makefile b/net/gnet/Makefile index 7013bed25c3..b30b57b39b1 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include <bsd.port.mk> diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 7013bed25c3..b30b57b39b1 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include <bsd.port.mk> diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index bf7e8c4ee8f..2273e77214d 100644 --- a/net/hesiod/Makefile +++ b/net/hesiod/Makefile @@ -23,7 +23,7 @@ MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ MAN5= hesiod.conf.5 GNU_CONFIGURE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/net/icqlib/Makefile b/net/icqlib/Makefile index dc534790b70..f88658e9360 100644 --- a/net/icqlib/Makefile +++ b/net/icqlib/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= paxvel@iname.com -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/net/icqlib0/Makefile b/net/icqlib0/Makefile index dc534790b70..f88658e9360 100644 --- a/net/icqlib0/Makefile +++ b/net/icqlib0/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= paxvel@iname.com -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index 843dd5fd963..52ae2c39911 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ 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/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 843dd5fd963..52ae2c39911 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ 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/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 843dd5fd963..52ae2c39911 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib \ 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/net/libetherx/Makefile b/net/libetherx/Makefile index c676365a38b..0d593a6c889 100644 --- a/net/libetherx/Makefile +++ b/net/libetherx/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= jabber.1:${PORTSDIR}/net/libjabber \ adns.0:${PORTSDIR}/net/adns USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN1= etherx-config.1 diff --git a/net/libicq/Makefile b/net/libicq/Makefile index 3312cdf5b08..b7ffb2a30cf 100644 --- a/net/libicq/Makefile +++ b/net/libicq/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" .include <bsd.port.mk> diff --git a/net/libjabber/Makefile b/net/libjabber/Makefile index 8090ea7b30d..e310fc89806 100644 --- a/net/libjabber/Makefile +++ b/net/libjabber/Makefile @@ -15,7 +15,7 @@ MAINTAINER= lukin@okbmei.msk.su LIB_DEPENDS= xode.1:${PORTSDIR}/textproc/libxode USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN1= jabber-config.1 diff --git a/net/libsmi/Makefile b/net/libsmi/Makefile index deae458eb8d..92061e9149f 100644 --- a/net/libsmi/Makefile +++ b/net/libsmi/Makefile @@ -17,7 +17,7 @@ MAINTAINER= saper@system.pl #USE_X_PREFIX= yes GNU_CONFIGURE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes USE_GMAKE= yes MIBDIR= ${PREFIX}/share/smi/mibs CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \ diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index a4da06fa380..d9c9de81c2a 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -18,7 +18,7 @@ DISTNAME= socket++-1.10 MAINTAINER= narvi@haldjas.folklore.ee GNU_CONFIGURE= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes NOPROFILE= true post-configure: diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index d48fd69eba6..e43dbce6be3 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ MAINTAINER= billf@FreeBSD.org USE_AUTOCONF= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --enable-shared .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index d48fd69eba6..e43dbce6be3 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ MAINTAINER= billf@FreeBSD.org USE_AUTOCONF= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --enable-shared .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index d70383d3946..f15536b8077 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -15,6 +15,6 @@ MAINTAINER= maurice@serc.rmit.edu.au USE_GMAKE= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index 782f2305766..09808fdfea8 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -16,7 +16,7 @@ USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index 782f2305766..09808fdfea8 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -16,7 +16,7 @@ USE_PERL5= yes MAKE_ENV+= PERL=${PERL} USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 4acfe780783..9329b315485 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -25,7 +25,7 @@ RESTRICTED= "no commercial use" # --with-passwd WRKSRC= ${WRKDIR}/${DISTNAME} -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvconffile=${PREFIX}/etc/socks5.conf \ diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index aef21dab989..0ec083e664a 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://cvs.cleveland.lug.net/pub/tn5250/ MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes MAN1= scs2ascii.1 scs2pdf.1 tn5250.1 lp5250d.1 diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index d48fd69eba6..e43dbce6be3 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ MAINTAINER= billf@FreeBSD.org USE_AUTOCONF= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --enable-shared .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where |