summaryrefslogtreecommitdiff
path: root/misc
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 /misc
parentFix typo (database -> databases) that killed INDEX build. (diff)
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 'misc')
-rw-r--r--misc/amanda-client/Makefile2
-rw-r--r--misc/amanda-server/Makefile2
-rw-r--r--misc/amanda24-client/Makefile2
-rw-r--r--misc/amanda24-server/Makefile2
-rw-r--r--misc/amanda24/Makefile2
-rw-r--r--misc/amanda25-client/Makefile2
-rw-r--r--misc/amanda25-server/Makefile2
-rw-r--r--misc/amanda26-client/Makefile2
-rw-r--r--misc/amanda26-server/Makefile2
-rw-r--r--misc/amanda32-client/Makefile2
-rw-r--r--misc/amanda32-server/Makefile2
-rw-r--r--misc/cassowary/Makefile2
-rw-r--r--misc/gtl/Makefile2
-rw-r--r--misc/kdeutils2/Makefile2
-rw-r--r--misc/kdeutils3/Makefile2
-rw-r--r--misc/kdeutils4/Makefile2
-rw-r--r--misc/xdelta/Makefile2
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}"