diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-14 19:51:58 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-14 19:51:58 +0000 |
commit | 6ca9def075e031421d89b6201ab580a187404077 (patch) | |
tree | 5ae647bdb82866872dbeed57822a7fe524112703 /games/nethack33-nox11 | |
parent | Upgrade 2.2.9.1 --> 2.2.10.0 (diff) |
Rename nethack ports and put version numbers in the port names.
nethack -> nethack32
nethack-gtk -> nethack32-gtk
nethack3 -> nethack33
nethack3-gnome -> nethack33-gnome
nethack3-tty -> nethack33-nox11
nethack-qt -> nethack33-qt
Notes
Notes:
svn path=/head/; revision=59097
Diffstat (limited to '')
-rw-r--r-- | games/nethack33-nox11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index 3d09d946452c..228a972191c2 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nethack -PKGNAMESUFFIX= -tty +PKGNAMESUFFIX= -nox11 PORTVERSION= 3.3.1 CATEGORIES= games MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ |