aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-16 06:34:56 +0800
committerbapt <bapt@FreeBSD.org>2014-01-16 06:34:56 +0800
commitf199f8f045fbeaeb154726d1d31d5874f7c3438c (patch)
treef964991340267f19b0380121e278a4e2987d4001 /audio
parentf073a3d6589f72ffa1af0b583cd03fcc061b9405 (diff)
downloadfreebsd-ports-gnome-f199f8f045fbeaeb154726d1d31d5874f7c3438c.tar.gz
freebsd-ports-gnome-f199f8f045fbeaeb154726d1d31d5874f7c3438c.tar.zst
freebsd-ports-gnome-f199f8f045fbeaeb154726d1d31d5874f7c3438c.zip
Reduce over inclusion of bsd.port.mk
While here use BROKEN_${ARCH}
Diffstat (limited to 'audio')
-rw-r--r--audio/liquidsoap/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile
index 05b541b17bec..3884916332da 100644
--- a/audio/liquidsoap/Makefile
+++ b/audio/liquidsoap/Makefile
@@ -91,6 +91,7 @@ PLIST_SUB= RELVER=${PORTVERSION} \
LIQUIDSOAP_USER=${LIQUIDSOAP_USER} LIQUIDSOAP_GROUP=${LIQUIDSOAP_GROUP} \
LOGDIR=${LOGDIR} PIDDIR=${PIDDIR}
+BROKEN_powerpc= Does not install on powerpc: dumps core
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
@@ -187,10 +188,4 @@ post-patch:
pre-configure:
(cd ${WRKSRC} && ${GMAKE} bootstrap && ${SED} -i '' -e 's/^RUNNING_USER="$$USER"/RUNNING_USER=liquidsoap/' */configure)
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN= Does not install on powerpc: dumps core
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>