mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix typo
- Cleanup pkg-deinstall.in Approved by: nemysis <nemysis@gmx.ch> (maintainer)
This commit is contained in:
parent
d8d3b88b2b
commit
ffbb7602b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314981
@ -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
|
||||
|
@ -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 -- {} +
|
||||
|
Loading…
Reference in New Issue
Block a user