diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:19:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:19:52 +0800 |
commit | df3a76d24b6e8ffed73c8b42a24ca26a8561dfea (patch) | |
tree | c65e6a653b92bf1a3756b5291b5097a864343080 /devel | |
parent | b064aaa6e5926785962b569b9f5ee08f43be90cf (diff) | |
download | freebsd-ports-gnome-df3a76d24b6e8ffed73c8b42a24ca26a8561dfea.tar.gz freebsd-ports-gnome-df3a76d24b6e8ffed73c8b42a24ca26a8561dfea.tar.zst freebsd-ports-gnome-df3a76d24b6e8ffed73c8b42a24ca26a8561dfea.zip |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBacus/Makefile | 2 | ||||
-rw-r--r-- | devel/ORBit/Makefile | 2 | ||||
-rw-r--r-- | devel/ORBit2/Makefile | 2 | ||||
-rw-r--r-- | devel/SWIG-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/SWIG/Makefile | 2 | ||||
-rw-r--r-- | devel/amulet/Makefile | 2 | ||||
-rw-r--r-- | devel/bonobo/Makefile | 2 | ||||
-rw-r--r-- | devel/cdk/Makefile | 2 | ||||
-rw-r--r-- | devel/popt/Makefile | 2 | ||||
-rw-r--r-- | devel/pth-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/pth/Makefile | 2 | ||||
-rw-r--r-- | devel/rpc2/Makefile | 2 | ||||
-rw-r--r-- | devel/rvm/Makefile | 2 | ||||
-rw-r--r-- | devel/sdl-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/sdl/Makefile | 2 | ||||
-rw-r--r-- | devel/sdl10/Makefile | 2 | ||||
-rw-r--r-- | devel/sdl12/Makefile | 2 | ||||
-rw-r--r-- | devel/sip/Makefile | 2 | ||||
-rw-r--r-- | devel/str/Makefile | 2 | ||||
-rw-r--r-- | devel/swarm/Makefile | 2 | ||||
-rw-r--r-- | devel/swig11/Makefile | 2 | ||||
-rw-r--r-- | devel/swig13/Makefile | 2 | ||||
-rw-r--r-- | devel/swig20/Makefile | 2 | ||||
-rw-r--r-- | devel/tvision/Makefile | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile index 857d85b4fca6..133d3f0d43b9 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -14,7 +14,7 @@ DISTNAME= OB-${PORTVERSION} MAINTAINER= ejc@bazzle.com USE_XLIB= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes HAS_CONFIGURE= yes USE_NEWGCC= yes CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index ab24eb1e7e19..a2432240994f 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= 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 ab24eb1e7e19..a2432240994f 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= 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 9e3dd091f75c..9321a918b996 100644 --- a/devel/SWIG-devel/Makefile +++ b/devel/SWIG-devel/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile index 9e3dd091f75c..9321a918b996 100644 --- a/devel/SWIG/Makefile +++ b/devel/SWIG/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ diff --git a/devel/amulet/Makefile b/devel/amulet/Makefile index e50091eef254..f7e2836b5722 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= 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 e1577fcda5fb..4c68c4fe130c 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= 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 08b818427866..4e6dd5b58d12 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -17,7 +17,7 @@ MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes ALL_TARGET= default MAN3= cdk_alphalist.3 cdk_binding.3 cdk_buttonbox.3 cdk_calendar.3 cdk_cdk.3 \ diff --git a/devel/popt/Makefile b/devel/popt/Makefile index c9fea50291ac..1947daedf160 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/pth-devel/Makefile b/devel/pth-devel/Makefile index 7210fc0f4814..b7a107ca9705 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-pthread \ diff --git a/devel/pth/Makefile b/devel/pth/Makefile index e48d2f5dc81b..019980edf6cd 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= pth MAINTAINER= rse@engelschall.com -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-pthread \ diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile index e098c3e52764..656924bc9293 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile index 8bcf7c26c3ca..4d9c7f9786b7 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> diff --git a/devel/sdl-devel/Makefile b/devel/sdl-devel/Makefile index bd210bb1cfa7..940a3cfb4619 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ diff --git a/devel/sdl/Makefile b/devel/sdl/Makefile index d712818217f1..75728acd9ec3 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ LOCALBASE="${LOCALBASE}" diff --git a/devel/sdl10/Makefile b/devel/sdl10/Makefile index d712818217f1..75728acd9ec3 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ LOCALBASE="${LOCALBASE}" diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index bd210bb1cfa7..940a3cfb4619 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= NASM="${LOCALBASE}/bin/nasm" \ diff --git a/devel/sip/Makefile b/devel/sip/Makefile index 7489b037a7f4..2b8136c62d7a 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= 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 1a9c0f46d5da..f54b0d725f24 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= str-config.1 diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index 2b47dd322f87..cf7b0331db90 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= 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 9e3dd091f75c..9321a918b996 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 9e3dd091f75c..9321a918b996 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 9e3dd091f75c..9321a918b996 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= yes -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index d2f3a7bd4945..59d497651168 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 -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> |