aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-modplug
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-03-13 19:54:25 +0800
committerdanfe <danfe@FreeBSD.org>2013-03-13 19:54:25 +0800
commite68fb0f022849f5a9296efe7e0a15a0655277a55 (patch)
tree13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/xmms-modplug
parentfb9569a05844c6f9d4285d678446d5b14da11301 (diff)
downloadfreebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.gz
freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.zst
freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.zip
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Diffstat (limited to 'audio/xmms-modplug')
-rw-r--r--audio/xmms-modplug/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile
index f20e53fc5e5f..e093bb24a28f 100644
--- a/audio/xmms-modplug/Makefile
+++ b/audio/xmms-modplug/Makefile
@@ -10,10 +10,10 @@ PKGNAMEPREFIX= xmms-
DISTNAME= ${PORTNAME}${PKGNAMEPREFIX}2.05
MAINTAINER= c.petrik.sosa@gmail.com
-COMMENT= Modplug-based plugin for XMMS
+COMMENT= ModPlug-based plugin for XMMS
-LIB_DEPENDS?= xmms.4:${PORTSDIR}/multimedia/xmms
-LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug
+LIB_DEPENDS?= xmms:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
@@ -24,6 +24,7 @@ post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so ${PREFIX}/${PLUGDIR}/
+ ${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so \
+ ${PREFIX}/${PLUGDIR}
.include <bsd.port.mk>