diff --git a/audio/ascd/Makefile b/audio/ascd/Makefile index 697f2ab1bd25..e4a07411140a 100644 --- a/audio/ascd/Makefile +++ b/audio/ascd/Makefile @@ -32,7 +32,10 @@ post-patch: @${CAT} ${WRKSRC}/version.h >> ${WRKSRC}/config.h post-install: - @${CP} ${FILESDIR}/install ${WRKDIR}/${THEMESDIR} - @(cd ${WRKDIR}/${THEMESDIR} && ./install) + @${ECHO_CMD} "AScd additional themes installation" + @${ECHO_CMD} "" + @${ECHO_CMD} "Untarring" + @${TAR} xf ${WRKDIR}/${THEMESDIR}/themes.tar -C ${PREFIX}/share/ascd/Themes + @${ECHO_CMD} "Done." .include diff --git a/audio/ascd/files/install b/audio/ascd/files/install deleted file mode 100644 index 50032637dcf4..000000000000 --- a/audio/ascd/files/install +++ /dev/null @@ -1,14 +0,0 @@ -echo "AScd additional themes installation" -echo - -echo "Copying themes tar archives" -cp ./themes.tar /usr/X11R6/share/ascd/Themes -cd /usr/X11R6/share/ascd/Themes - -echo "Untarring" -tar xf themes.tar - -echo "Cleaning up" -rm -f themes.tar - -echo "Done."