diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 19:10:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 19:10:35 +0000 |
commit | 55052022a3ae314f562fafe7f8e4f7ea21d65ba0 (patch) | |
tree | 733996c3c5dd8bd29e2384ff7c3ce404cd141297 /games/openttd/PLIST | |
parent | 3fe79c88882a8d7a8fc5979d8d023515504f4bd8 (diff) | |
download | pkgsrc-55052022a3ae314f562fafe7f8e4f7ea21d65ba0.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'games/openttd/PLIST')
-rw-r--r-- | games/openttd/PLIST | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/openttd/PLIST b/games/openttd/PLIST index 6b4dcb1e654..cefa2817167 100644 --- a/games/openttd/PLIST +++ b/games/openttd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2009/06/14 17:56:52 joerg Exp $ +@comment $NetBSD: PLIST,v 1.14 2009/06/14 19:10:37 joerg Exp $ bin/openttd man/man6/openttd.6 share/openttd/data/openttdd.grf @@ -86,6 +86,5 @@ share/openttd/scenario/Polopolis.scn share/openttd/scenario/Skadi Islands.scn share/openttd/scenario/Terra Incognita.scn share/openttd/scenario/Wales and West England.scn -@unexec ${RMDIR} %D/share/openttd/data 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/openttd/gm 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/openttd 2>/dev/null || ${TRUE} +@pkgdir share/openttd/data +@pkgdir share/openttd/gm |