diff options
author | steve <steve@FreeBSD.org> | 2001-04-11 11:56:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-04-11 11:56:08 +0800 |
commit | 67e66c7fbacde263cb9e2cff259c82c311c96928 (patch) | |
tree | 991486d09ce4dc07e3873ab4c26336026ddb6ec8 /games | |
parent | a1e70f4106fe5b6894a18983eef2865cc9c8f434 (diff) | |
download | freebsd-ports-gnome-67e66c7fbacde263cb9e2cff259c82c311c96928.tar.gz freebsd-ports-gnome-67e66c7fbacde263cb9e2cff259c82c311c96928.tar.zst freebsd-ports-gnome-67e66c7fbacde263cb9e2cff259c82c311c96928.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/ \ |