diff options
author | glewis <glewis@FreeBSD.org> | 2004-05-14 06:23:54 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-05-14 06:23:54 +0800 |
commit | f96f1d3fe96e87c04e2bfeb9f27a4e76ca0ad240 (patch) | |
tree | 627e2213d22bbfb8197bbe5326b51082dba504da /games/nethack33 | |
parent | 64fdfe491775492d51ade671dc6f6f7f60d9df1a (diff) | |
download | freebsd-ports-gnome-f96f1d3fe96e87c04e2bfeb9f27a4e76ca0ad240.tar.gz freebsd-ports-gnome-f96f1d3fe96e87c04e2bfeb9f27a4e76ca0ad240.tar.zst freebsd-ports-gnome-f96f1d3fe96e87c04e2bfeb9f27a4e76ca0ad240.zip |
. Use the ${PKGNAMESUFFIX} set by each of the slave ports to make their
LATEST_LINK setting unique.
Pointed out by: kris
Diffstat (limited to 'games/nethack33')
-rw-r--r-- | games/nethack33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index bc737362ba55..8679a5b377f4 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -18,7 +18,7 @@ MAINTAINER?= glewis@FreeBSD.org COMMENT?= A dungeon explorin', slashin', hackin' game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -LATEST_LINK= nethack33 +LATEST_LINK= nethack33${PKGNAMESUFFIX} USE_GMAKE= yes USE_REINPLACE= yes |