aboutsummaryrefslogtreecommitdiff
path: root/games/rocksndiamonds-data
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2013-03-23 02:31:44 +0000
committerBeech Rintoul <beech@FreeBSD.org>2013-03-23 02:31:44 +0000
commitffbb7602b325384067c08802fc5398122cb04fe1 (patch)
tree337341a637d9171a4997251cb12dd6de74c92377 /games/rocksndiamonds-data
parentd8d3b88b2bc9eb58bb006ece04ce53f0ad96525a (diff)
downloadports-ffbb7602b325384067c08802fc5398122cb04fe1.tar.gz
ports-ffbb7602b325384067c08802fc5398122cb04fe1.zip
- Fix typo
- Cleanup pkg-deinstall.in Approved by: nemysis <nemysis@gmx.ch> (maintainer)
Notes
Notes: svn path=/head/; revision=314981
Diffstat (limited to 'games/rocksndiamonds-data')
-rw-r--r--games/rocksndiamonds-data/Makefile2
-rw-r--r--games/rocksndiamonds-data/files/pkg-deinstall.in7
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 -- {} +