diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2013-03-23 02:31:44 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2013-03-23 02:31:44 +0000 |
commit | ffbb7602b325384067c08802fc5398122cb04fe1 (patch) | |
tree | 337341a637d9171a4997251cb12dd6de74c92377 /games/rocksndiamonds-data | |
parent | d8d3b88b2bc9eb58bb006ece04ce53f0ad96525a (diff) |
Notes
Diffstat (limited to 'games/rocksndiamonds-data')
-rw-r--r-- | games/rocksndiamonds-data/Makefile | 2 | ||||
-rw-r--r-- | games/rocksndiamonds-data/files/pkg-deinstall.in | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/games/rocksndiamonds-data/Makefile b/games/rocksndiamonds-data/Makefile index 09b026509123..fe7a36f7ce57 100644 --- a/games/rocksndiamonds-data/Makefile +++ b/games/rocksndiamonds-data/Makefile @@ -95,7 +95,7 @@ post-extract-script: @${RM} -f ${WRKDIR}/${PORTNAME}/Readme.txt do-install: - @(cd ${WRKDIR}/${PORTNAME} && ${COPYTREE_SHARE} \* ${DATADIR}/levels) + @(cd ${WRKDIR}/${PORTNAME} && ${COPYTREE_SHARE} . ${DATADIR}/levels) post-install: # Dynamically generate part of the PLIST, because the Levels are large diff --git a/games/rocksndiamonds-data/files/pkg-deinstall.in b/games/rocksndiamonds-data/files/pkg-deinstall.in index 9c99792794ee..c45f909a0b1f 100644 --- a/games/rocksndiamonds-data/files/pkg-deinstall.in +++ b/games/rocksndiamonds-data/files/pkg-deinstall.in @@ -9,10 +9,3 @@ if [ "$2" = "POST-DEINSTALL" ]; then find %%PREFIX%%/share/rnd_jue -type l -exec rm -- {} + fi -#if [ "$2" != "POST-DEINSTALL" ]; then -# exit 0 -#fi - -#set -x -#find %%PREFIX%%/share/rocksndiamonds -type l -exec rm -- {} + -#find %%PREFIX%%/share/rnd_jue -type l -exec rm -- {} + |