diff options
author | knu <knu@FreeBSD.org> | 2002-07-08 00:47:13 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-07-08 00:47:13 +0800 |
commit | 65646804df68d531dc53fa3459afba3ebcfc9551 (patch) | |
tree | f535c693864be6b0a05152c4bc1eba188ea1f78e /japanese/nethack32 | |
parent | 7cd16e501ac2abc79cab71e8f0c03d97b234f203 (diff) | |
download | freebsd-ports-gnome-65646804df68d531dc53fa3459afba3ebcfc9551.tar.gz freebsd-ports-gnome-65646804df68d531dc53fa3459afba3ebcfc9551.tar.zst freebsd-ports-gnome-65646804df68d531dc53fa3459afba3ebcfc9551.zip |
Rename nethack to nethack32 (w/ a repocopy) and define NO_LATEST_LINK, in
preparation for the forthcoming import of nethack34.
Diffstat (limited to 'japanese/nethack32')
-rw-r--r-- | japanese/nethack32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile index 5b188c231913..36eead4268ef 100644 --- a/japanese/nethack32/Makefile +++ b/japanese/nethack32/Makefile @@ -17,6 +17,8 @@ PATCHFILES= j${PORTNAME}-${PORTVERSION}.gz MAINTAINER= max@FreeBSD.org +NO_LATEST_LINK= yes + .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} == 4 |