diff options
author | ben <ben@pkgsrc.org> | 2003-12-06 19:28:22 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2003-12-06 19:28:22 +0000 |
commit | f576b009055fad2f5cf70a94f5e059f325eb067b (patch) | |
tree | 5434b6b5b5faa3e6db03688e46ad82af0c3a825f /games/ularn/PLIST | |
parent | 4b20286d50da7bdad9a50f29addcab289e4e7c8e (diff) | |
download | pkgsrc-f576b009055fad2f5cf70a94f5e059f325eb067b.tar.gz |
Update Ularn to fix a few things:
* Replace varargs with stdarg, in order to compile under gcc 3.3.
* Replace mktemp with mkstemp, in order to silence warnings
* Remove share directory from PLIST, since score file is not deleted.
Diffstat (limited to 'games/ularn/PLIST')
-rw-r--r-- | games/ularn/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/ularn/PLIST b/games/ularn/PLIST index 94a4bbe53f1..38ccb084e5b 100644 --- a/games/ularn/PLIST +++ b/games/ularn/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:55:56 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/12/06 19:28:22 ben Exp $ bin/Ularn share/Ularn/Uhelp share/Ularn/Umaps share/Ularn/Ufortune -@dirrm share/Ularn |