From ffb21b5654e56c5c34ac39799d4746eb84c17ecc Mon Sep 17 00:00:00 2001
From: Satoshi Asami <asami@FreeBSD.org>
Date: Fri, 16 Jun 2000 21:52:40 +0000
Subject: 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
---
 audio/xmms/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'audio/xmms')

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"
 
-- 
cgit v1.2.3