diff options
author | pooka <pooka@pkgsrc.org> | 2003-10-14 13:42:18 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2003-10-14 13:42:18 +0000 |
commit | 35daa84f0ab2210c56c02d05b4b6030bf795ec3a (patch) | |
tree | 0501bab8df4c039677abe0170e978b45b37c55fa /games/nethack-lib/Makefile.common | |
parent | daab77831e04c73c4a1cfb7ccdf7df1786ffe804 (diff) | |
download | pkgsrc-35daa84f0ab2210c56c02d05b4b6030bf795ec3a.tar.gz |
Add handling for the nethack directories plus record and logfile to make
them have the correct permission bits set when using binary packages.
Thanks go to Damian Sweeney for noticing the problem and at least
grant, salo and wiz for beating me with a cluestick so that I could
fix it.
manually bump version to 3.4.2nb1
Diffstat (limited to 'games/nethack-lib/Makefile.common')
-rw-r--r-- | games/nethack-lib/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common index 9b0ca7db8cf..ce94aea6634 100644 --- a/games/nethack-lib/Makefile.common +++ b/games/nethack-lib/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.13 2003/09/02 00:30:54 pooka Exp $ +# $NetBSD: Makefile.common,v 1.14 2003/10/14 13:42:18 pooka Exp $ # NETHACK_BASEVER= 3.4.2 -NETHACK_VERSION= ${NETHACK_BASEVER} +NETHACK_VERSION= ${NETHACK_BASEVER}nb1 NETHACK_DISTVER= 342 NETHACK_DIR= nethackdir340 |