diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 12:48:16 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 12:48:16 +0000 |
commit | 51c6967eac6d5009167b1b00cf40ab460a54d1f1 (patch) | |
tree | 817e57aa00a6c0e3f9172faeb78bc0e10bc45944 /audio/ascd | |
parent | 4958b004bdb361605baeb079876d94ed75b0802b (diff) | |
download | ports-51c6967eac6d5009167b1b00cf40ab460a54d1f1.tar.gz ports-51c6967eac6d5009167b1b00cf40ab460a54d1f1.zip |
Notes
Diffstat (limited to 'audio/ascd')
-rw-r--r-- | audio/ascd/Makefile | 7 | ||||
-rw-r--r-- | audio/ascd/files/install | 14 |
2 files changed, 5 insertions, 16 deletions
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 <bsd.port.mk> 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." |