svn commit: r314981 - in head/games/rocksndiamonds-data: . files
Beech Rintoul
beech at FreeBSD.org
Sat Mar 23 02:31:45 UTC 2013
Author: beech
Date: Sat Mar 23 02:31:44 2013
New Revision: 314981
URL: http://svnweb.freebsd.org/changeset/ports/314981
Log:
- Fix typo
- Cleanup pkg-deinstall.in
Approved by: nemysis <nemysis at gmx.ch> (maintainer)
Modified:
head/games/rocksndiamonds-data/Makefile
head/games/rocksndiamonds-data/files/pkg-deinstall.in
Modified: head/games/rocksndiamonds-data/Makefile
==============================================================================
--- head/games/rocksndiamonds-data/Makefile Sat Mar 23 02:07:26 2013 (r314980)
+++ head/games/rocksndiamonds-data/Makefile Sat Mar 23 02:31:44 2013 (r314981)
@@ -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
Modified: head/games/rocksndiamonds-data/files/pkg-deinstall.in
==============================================================================
--- head/games/rocksndiamonds-data/files/pkg-deinstall.in Sat Mar 23 02:07:26 2013 (r314980)
+++ head/games/rocksndiamonds-data/files/pkg-deinstall.in Sat Mar 23 02:31:44 2013 (r314981)
@@ -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 -- {} +
More information about the svn-ports-all
mailing list