aboutsummaryrefslogtreecommitdiffstats
path: root/games/freesci
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 10:20:05 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 10:20:05 +0800
commitffa6a89c602bab7fc1470e34b05dcfe64ce87369 (patch)
tree70253ae4904e6777d975133ac5d163530a80b02a /games/freesci
parente8320e01ab60ecf311418120fb31f132f2adf4e9 (diff)
downloadfreebsd-ports-gnome-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.gz
freebsd-ports-gnome-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.zst
freebsd-ports-gnome-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'games/freesci')
-rw-r--r--games/freesci/pkg-plist16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/freesci/pkg-plist b/games/freesci/pkg-plist
index 7a9fc367e4fb..1fc65f66a6c3 100644
--- a/games/freesci/pkg-plist
+++ b/games/freesci/pkg-plist
@@ -6,18 +6,18 @@ bin/freesci
bin/freesci-setup
bin/sciv
share/applnk/Games/Adventure/FreeSCI.desktop
-@unexec rmdir %D/share/applnk/Games/Adventure 2>/dev/null || true
-@unexec rmdir %D/share/applnk/Games 2>/dev/null || true
-@unexec rmdir %D/share/applnk 2>/dev/null || true
+@dirrmtry share/applnk/Games/Adventure
+@dirrmtry share/applnk/Games
+@dirrmtry share/applnk
share/icons/hicolor/48x48/apps/freesci.png
-@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
-@unexec rmdir %D/share/icons 2>/dev/null || true
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor
+@dirrmtry share/icons
share/games/freesci/config.template
%%PORTDOCS%%share/games/freesci/sci.sgml
%%PORTDOCS%%share/games/freesci/sci-kernel.sgml
%%PORTDOCS%%share/games/freesci/freesci.sgml
%%PORTDOCS%%share/games/freesci/game-list.sgml
@dirrm share/games/freesci
-@unexec rmdir %D/share/games 2>/dev/null || true
+@dirrmtry share/games