1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Drop @dirrm* from plist

- Add NO_ARCH
This commit is contained in:
Dmitry Marakasov 2014-12-12 11:25:13 +00:00
parent f39c1423e9
commit c162e52b6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374585
2 changed files with 2 additions and 3 deletions

View File

@ -16,6 +16,7 @@ COMMENT= Quake III Arena data files
DATADIR= ${Q3DIR}
NO_BUILD= yes
NO_WRKSUBDIR= yes
NO_ARCH= yes
SUB_FILES= pkg-message

View File

@ -10,6 +10,4 @@
%%TEAMARENA%%%%DATADIR%%/missionpack/pak2.pk3
%%TEAMARENA%%%%DATADIR%%/missionpack/pak3.pk3
share/pixmaps/quake3.xpm
%%TEAMARENA%%@dirrmtry %%DATADIR%%/missionpack
@dirrmtry %%DATADIR%%/baseq3
@unexec rmdir %D/%%DATADIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove any configuration files, data files, and mods left in %D/%%DATADIR%%." | fmt
@unexec if [ -e %D/%%DATADIR%%/baseq3/pak0.pk3 ]; then echo "If you are permanently removing this port, you should remove any configuration files, data files, and mods left in %D/%%DATADIR%%."; fi