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/lbreakout | |
parent | 3fe79c88882a8d7a8fc5979d8d023515504f4bd8 (diff) | |
download | pkgsrc-55052022a3ae314f562fafe7f8e4f7ea21d65ba0.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'games/lbreakout')
-rw-r--r-- | games/lbreakout/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/lbreakout/PLIST b/games/lbreakout/PLIST index 430721292ab..66f23a4b40c 100644 --- a/games/lbreakout/PLIST +++ b/games/lbreakout/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:56:50 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/06/14 19:10:37 joerg Exp $ bin/lbreakout share/games/lbreakout/ball.bmp share/games/lbreakout/bkgnd0.bmp @@ -47,4 +47,3 @@ share/games/lbreakout/weapon.wav share/games/lbreakout/wontgiveup.wav @exec install -c -m 666 -o games -g games %D/share/games/lbreakout/lbreakout.hscr /var/games @unexec echo "===> High scores have been preserved in '/var/games/lbreakout.hscr'" ; echo " If you no longer need this file, you can delete it manually." -@unexec ${RMDIR} %D/share/games 2>/dev/null || ${TRUE} |