diff options
author | pooka <pooka@pkgsrc.org> | 2002-03-25 20:32:23 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2002-03-25 20:32:23 +0000 |
commit | 29b9470af319cc53334b6662b77c67f0cbd38812 (patch) | |
tree | b1ef0eb103c223f87dfbc22a6497e40a42863754 /games/nethack | |
parent | 4ebba2259f2a4042d09a9b3f39d487af17a6af65 (diff) | |
download | pkgsrc-29b9470af319cc53334b6662b77c67f0cbd38812.tar.gz |
Make the name of nethackdir contain version information (eg. now it's
called nethackdir340). This is to ease the lives of people who wish to
have multiple versions nethack installed at the same time. It is not fully
automated, because doing pkgsrc magic will most likely screw things up
one funny way or another. And we all know that the most important thing
in this world is the nethack scorefile ...
Manually bump version to 3.4.0nb1.
Diffstat (limited to 'games/nethack')
-rw-r--r-- | games/nethack/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 5a6b449d243..3aab5aae090 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2002/03/14 00:41:19 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/03/25 20:32:23 pooka Exp $ .include "../nethack-lib/Makefile.common" DISTNAME= nethack-all-${NETHACK_VERSION} -PKGREVISION= 1 CATEGORIES+= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -12,7 +11,7 @@ COMMENT= Meta-package for NetHack with x11, qt and tty versions DEPENDS+= nethack-tty-${NETHACK_VERSION}:../nethack-tty DEPENDS+= nethack-x11-${NETHACK_VERSION}:../nethack-x11 -DEPENDS+= nethack-qt>=${NETHACK_VERSION}:../nethack-qt +DEPENDS+= nethack-qt-${NETHACK_VERSION}:../nethack-qt USE_X11= yes EXTRACT_ONLY= # empty |