From f6afa53ec57baab54aa4bf17ec1877b11caec475 Mon Sep 17 00:00:00 2001 From: ohauer Date: Sat, 8 Sep 2012 11:48:59 +0000 Subject: - fix PORT_OPTIONS s/)/}/ --- audio/pacpl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/pacpl') diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index d764e00909a8..afe32caba2e5 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -246,7 +246,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/plugins/konqueror/pacpl.desktop ${KDE4_PREFIX}/share/kde4/services/ServiceMenus .endif -.if ${PORT_OPTIONS:MAMAROK) +.if ${PORT_OPTIONS:MAMAROK} ${MKDIR} ${PREFIX}/share/apps/amarok/scripts/transcoding_pacx ${INSTALL_DATA} ${WRKSRC}/plugins/amarok/pacx ${PREFIX}/share/apps/amarok/scripts/transcoding_pacx/transcoding_pacx.pl ${PERL} -e 'print qq(name = Pacx\ntype = transcode)' > ${PREFIX}/share/apps/amarok/scripts/transcoding_pacx/transcoding_pacx.spec -- cgit