aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-03-31 18:59:35 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-03-31 18:59:35 +0000
commit676940276c17b48d7ce642f449bfaa9275bec7ea (patch)
tree77f6541fc43a6e2b0d8198a1dea666ebba5d817c /audio/pulseaudio/Makefile
parentddb5c28e3c78dc5bc5cc7b933d3025297b748008 (diff)
downloadports-676940276c17b48d7ce642f449bfaa9275bec7ea.tar.gz
ports-676940276c17b48d7ce642f449bfaa9275bec7ea.zip
Stagify.
Notes
Notes: svn path=/head/; revision=349788
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r--audio/pulseaudio/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 0f5d1375351e..1a3f12688f5a 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -25,7 +25,6 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libck-connector.so:${PORTSDIR}/sysutils/consolekit
USE_GNOME= gnomehack glib20 intltool ltverhack
-NO_STAGE= yes
USE_XORG= x11 sm xtst ice
USE_LDCONFIG= yes
USES= gettext gmake pkgconfig
@@ -62,10 +61,6 @@ OPTIONS_DEFAULT= AVAHI HAL GCONF
PULSE_VERSION= ${PORTVERSION}
PLIST_SUB= PULSE_VERSION=${PULSE_VERSION}
-MAN1= esdcompat.1 pabrowse.1 pacat.1 pacmd.1 pactl.1 padsp.1 \
- paplay.1 pasuspender.1 pax11publish.1 pulseaudio.1
-MAN5= default.pa.5 pulse-client.conf.5 pulse-daemon.conf.5
-
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MJACK}
@@ -112,14 +107,10 @@ post-patch:
${WRKSRC}/configure
post-install:
- ${MKDIR} ${PREFIX}/etc/pulse
+ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/pulse
.for ii in default.pa daemon.conf client.conf system.pa
${INSTALL_DATA} ${WRKSRC}/src/${ii} \
- ${PREFIX}/etc/pulse/${ii}-dist
-. if !exists(${PREFIX}/etc/pulse/${II})
- ${INSTALL_DATA} ${WRKSRC}/src/${ii} \
- ${PREFIX}/etc/pulse/${ii}
-. endif
+ ${STAGEDIR}${PREFIX}/etc/pulse/${ii}-dist
.endfor
.include <bsd.port.post.mk>