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/xarchon | |
parent | 3fe79c88882a8d7a8fc5979d8d023515504f4bd8 (diff) | |
download | pkgsrc-55052022a3ae314f562fafe7f8e4f7ea21d65ba0.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'games/xarchon')
-rw-r--r-- | games/xarchon/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xarchon/PLIST b/games/xarchon/PLIST index f4ca9579d5a..fc43cd01394 100644 --- a/games/xarchon/PLIST +++ b/games/xarchon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:56:58 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/06/14 19:10:38 joerg Exp $ bin/xarchon man/man6/xarchon.6 share/xarchon/archon/NAMES @@ -477,5 +477,5 @@ share/xarchon/logo.xpm share/xarchon/statistics share/xarchon/xarchon-palette share/xarchon/xarchon.default -@exec ${MKDIR} %D/share/xarchon/archon/wav/actor/weapon -@exec ${MKDIR} %D/share/xarchon/archon/wav/actor/piece +@pkgdir share/xarchon/archon/wav/actor/weapon +@pkgdir share/xarchon/archon/wav/actor/piece |