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 /misc | |
parent | 39c5cc44261d2db3b384ef374f2f7a08c2396132 (diff) | |
download | freebsd-ports-gnome-3edb13972140be391bcbba775030ae304f9a847d.tar.gz freebsd-ports-gnome-3edb13972140be391bcbba775030ae304f9a847d.tar.zst freebsd-ports-gnome-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 'misc')
-rw-r--r-- | misc/amanda-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda24-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda24-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda24/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 2 | ||||
-rw-r--r-- | misc/cassowary/Makefile | 2 | ||||
-rw-r--r-- | misc/gtl/Makefile | 2 | ||||
-rw-r--r-- | misc/kdeutils2/Makefile | 2 | ||||
-rw-r--r-- | misc/kdeutils3/Makefile | 2 | ||||
-rw-r--r-- | misc/kdeutils4/Makefile | 2 | ||||
-rw-r--r-- | misc/xdelta/Makefile | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda24-client/Makefile b/misc/amanda24-client/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda24-client/Makefile +++ b/misc/amanda24-client/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda24-server/Makefile b/misc/amanda24-server/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda24-server/Makefile +++ b/misc/amanda24-server/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda24/Makefile b/misc/amanda24/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda24/Makefile +++ b/misc/amanda24/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 54787ef34e86..0a98f5029b76 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes USE_LIBTOOL= yes -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile index fac1b83e73a3..4221e72e601a 100644 --- a/misc/cassowary/Makefile +++ b/misc/cassowary/Makefile @@ -15,7 +15,7 @@ MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-guile-prefix=${LOCALBASE} \ --enable-guile-build \ diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile index 099cb791292e..9087914227bc 100644 --- a/misc/gtl/Makefile +++ b/misc/gtl/Makefile @@ -13,7 +13,7 @@ DISTNAME= GTL-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org -INSTALLS_SHLIBS= yes +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_NEWGCC= yes diff --git a/misc/kdeutils2/Makefile b/misc/kdeutils2/Makefile index 6ca9487dcaf3..be2f9e2cd5db 100644 --- a/misc/kdeutils2/Makefile +++ b/misc/kdeutils2/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/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 6ca9487dcaf3..be2f9e2cd5db 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/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/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index 6ca9487dcaf3..be2f9e2cd5db 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/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/misc/xdelta/Makefile b/misc/xdelta/Makefile index ebae3e36e425..e11a687bfcd7 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/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= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS=-L${LOCALBASE}/lib \ GLIB_CONFIG="${GLIB_CONFIG}" |