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 | |
parent | e6d900ae8121762759f9606d043c9c1534e063b0 (diff) | |
download | freebsd-ports-c7d4a5e502995394471c35e9af122544c27880bc.zip |
Add 'PKGNAMESUFFIX= -tty' so that this port has a unique (read doesn't
conflict with nethack3) package name.
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack3-tty/Makefile | 1 | ||||
-rw-r--r-- | games/nethack33-nox11/Makefile | 1 | ||||
-rw-r--r-- | games/nethack34-nox11/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile index c2a14b5bfa1d..181bd64e3fc6 100644 --- a/games/nethack3-tty/Makefile +++ b/games/nethack3-tty/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/ \ diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index c2a14b5bfa1d..181bd64e3fc6 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-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/ \ 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/ \ |