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/duckmaze | |
parent | 3fe79c88882a8d7a8fc5979d8d023515504f4bd8 (diff) | |
download | pkgsrc-55052022a3ae314f562fafe7f8e4f7ea21d65ba0.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'games/duckmaze')
-rw-r--r-- | games/duckmaze/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/duckmaze/PLIST b/games/duckmaze/PLIST index 8646d3595e9..7a0f2de375a 100644 --- a/games/duckmaze/PLIST +++ b/games/duckmaze/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:56:43 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/06/14 19:10:36 joerg Exp $ bin/duckmaze share/duckmaze/doc/COPYING.txt share/duckmaze/doc/TODO.txt @@ -35,5 +35,5 @@ share/duckmaze/levels/level_018 share/duckmaze/mopelib/__init__.py share/duckmaze/mopelib/mopelib.py share/duckmaze/version -@exec ${MKDIR} %D/share/duckmaze/sounds -@exec ${MKDIR} %D/share/duckmaze/music +@pkgdir share/duckmaze/sounds +@pkgdir share/duckmaze/music |