diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-12 19:25:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-12 19:25:13 +0800 |
commit | aa85ce508ffd3efc7e3187eafe08955b1c27a516 (patch) | |
tree | b51b2da29576e33f91fe1ce822773485fe360a35 /games | |
parent | e8a43b6f7865ea70f36f61ecfecfec8179d27c83 (diff) | |
download | freebsd-ports-gnome-aa85ce508ffd3efc7e3187eafe08955b1c27a516.tar.gz freebsd-ports-gnome-aa85ce508ffd3efc7e3187eafe08955b1c27a516.tar.zst freebsd-ports-gnome-aa85ce508ffd3efc7e3187eafe08955b1c27a516.zip |
- Drop @dirrm* from plist
- Add NO_ARCH
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3-data/Makefile | 1 | ||||
-rw-r--r-- | games/quake3-data/pkg-plist | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/quake3-data/Makefile b/games/quake3-data/Makefile index b8f2a7d059df..708e80ef22e5 100644 --- a/games/quake3-data/Makefile +++ b/games/quake3-data/Makefile @@ -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 diff --git a/games/quake3-data/pkg-plist b/games/quake3-data/pkg-plist index 683fc3342dd8..7aca7cf4e765 100644 --- a/games/quake3-data/pkg-plist +++ b/games/quake3-data/pkg-plist @@ -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 |