summaryrefslogtreecommitdiff
path: root/audio
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 /audio
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 'audio')
-rw-r--r--audio/esound/Makefile2
-rw-r--r--audio/gsm/Makefile2
-rw-r--r--audio/libaudiofile/Makefile2
-rw-r--r--audio/libcdaudio/Makefile2
-rw-r--r--audio/libmikmod/Makefile2
-rw-r--r--audio/libshout/Makefile2
-rw-r--r--audio/libshout2/Makefile2
-rw-r--r--audio/libsidplay/Makefile2
-rw-r--r--audio/libsidplay2/Makefile2
-rw-r--r--audio/libworkman/Makefile2
-rw-r--r--audio/nas/Makefile2
-rw-r--r--audio/sidplay/Makefile2
-rw-r--r--audio/sphinx/Makefile2
-rw-r--r--audio/wsoundserver/Makefile2
-rw-r--r--audio/xmms/Makefile4
15 files changed, 16 insertions, 16 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index a6e33408f2f4..fcdf4713e3d4 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -16,6 +16,6 @@ MAINTAINER= vanilla@FreeBSD.org
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile
index 7286cf39d427..c75381aff2b0 100644
--- a/audio/gsm/Makefile
+++ b/audio/gsm/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
MAN1= toast.1
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile
index 77888573d2f2..42ae3ab8b53b 100644
--- a/audio/libaudiofile/Makefile
+++ b/audio/libaudiofile/Makefile
@@ -15,7 +15,7 @@ DISTNAME= audiofile-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
MAKE_ARGS= "-E CFLAGS"
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile
index 199bef75dd45..5e73216ed2fc 100644
--- a/audio/libcdaudio/Makefile
+++ b/audio/libcdaudio/Makefile
@@ -13,6 +13,6 @@ MASTER_SITES= ftp://cdcd.undergrid.net/libcdaudio/
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile
index 1af45f3bae6b..9103cc9d8c9b 100644
--- a/audio/libmikmod/Makefile
+++ b/audio/libmikmod/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= mharo@FreeBSD.org
LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
USE_GMAKE= yes
MAN1= libmikmod-config.1
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile
index 7719796eb846..efae89beb1ab 100644
--- a/audio/libshout/Makefile
+++ b/audio/libshout/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://developer.icecast.org/libshout/releases/
MAINTAINER= zach@pabst.bendnet.com
GNU_CONFIGURE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile
index 7719796eb846..efae89beb1ab 100644
--- a/audio/libshout2/Makefile
+++ b/audio/libshout2/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://developer.icecast.org/libshout/releases/
MAINTAINER= zach@pabst.bendnet.com
GNU_CONFIGURE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile
index 86193bfcbd2d..8b79d6351863 100644
--- a/audio/libsidplay/Makefile
+++ b/audio/libsidplay/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= sec@42.org
WRKSRC= ${WRKDIR}/lib${PKGNAME}
USE_XLIB= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
USE_GMAKE= yes
.include <bsd.port.mk>
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile
index 86193bfcbd2d..8b79d6351863 100644
--- a/audio/libsidplay2/Makefile
+++ b/audio/libsidplay2/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= sec@42.org
WRKSRC= ${WRKDIR}/lib${PKGNAME}
USE_XLIB= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
USE_GMAKE= yes
.include <bsd.port.mk>
diff --git a/audio/libworkman/Makefile b/audio/libworkman/Makefile
index 873c32dfbebf..85f866f9d128 100644
--- a/audio/libworkman/Makefile
+++ b/audio/libworkman/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= jim@FreeBSD.org
WRKSRC= ${WRKDIR}/libworkman
USE_IMAKE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
post-patch:
@${CP} ${WRKSRC}/Config ${WRKSRC}/Config.orig;
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index b0faddaaf86f..9b2642c322ea 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -16,7 +16,7 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
ALL_TARGET= World
# no need to "xmkmf -a" and create the Makefiles twice -- see above
XMKMF= xmkmf
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile
index 86193bfcbd2d..8b79d6351863 100644
--- a/audio/sidplay/Makefile
+++ b/audio/sidplay/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= sec@42.org
WRKSRC= ${WRKDIR}/lib${PKGNAME}
USE_XLIB= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
USE_GMAKE= yes
.include <bsd.port.mk>
diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile
index 6b00bbe409f3..3da32c2bf331 100644
--- a/audio/sphinx/Makefile
+++ b/audio/sphinx/Makefile
@@ -15,7 +15,7 @@ DISTNAME= sphinx2-0.2
MAINTAINER= trevor@jpj.net
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
USE_GMAKE= yes
# contains i386 sound code
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile
index 7b69f3b99505..d6e86389b9b2 100644
--- a/audio/wsoundserver/Makefile
+++ b/audio/wsoundserver/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker
USE_X_PREFIX= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
MAKE_ARGS= "-E CFLAGS"
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 7e79560ddafb..2cd58e282f2f 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -26,7 +26,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
USE_X_PREFIX= yes
USE_LIBTOOL= yes
-INSTALLS_SHLIBS= yes
+INSTALLS_SHLIB= yes
.if defined(WITH_GNOME)
CONFIGURE_ARGS= --with-gnome
@@ -38,7 +38,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
+ GLIB_CONFIG="${GLIB_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"