diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-11 03:56:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-11 03:56:08 +0000 |
commit | c7d4a5e502995394471c35e9af122544c27880bc (patch) | |
tree | ebbf02ca770e4d2e4471781473f6028e764eeca8 /games/nethack34-nox11 | |
parent | e6d900ae8121762759f9606d043c9c1534e063b0 (diff) | |
download | ports-c7d4a5e502995394471c35e9af122544c27880bc.tar.gz ports-c7d4a5e502995394471c35e9af122544c27880bc.zip |
Add 'PKGNAMESUFFIX= -tty' so that this port has a unique (read doesn't
conflict with nethack3) package name.
Notes
Notes:
svn path=/head/; revision=41262
Diffstat (limited to 'games/nethack34-nox11')
-rw-r--r-- | games/nethack34-nox11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile index c2a14b5bfa1d..181bd64e3fc6 100644 --- a/games/nethack34-nox11/Makefile +++ b/games/nethack34-nox11/Makefile @@ -6,6 +6,7 @@ # PORTNAME= nethack +PKGNAMESUFFIX= -tty PORTVERSION= 3.3.1 CATEGORIES= games MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \ |