diff options
author | tv <tv@pkgsrc.org> | 1998-12-31 15:19:13 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-31 15:19:13 +0000 |
commit | 6b7aad5d83c363ebcef97f9aeb85918b309809c2 (patch) | |
tree | 6291b461c4bcc026bf019c7deafefc16dac1ef3c /games/angband-tty | |
parent | 0d56a60acafee6a006ef4abdc8207633c030ff6a (diff) | |
download | pkgsrc-6b7aad5d83c363ebcef97f9aeb85918b309809c2.tar.gz |
Don't reach into other pkg's ${WRKDIR}. Add appropriate CONFLICTS between
the angband pkgs.
Diffstat (limited to 'games/angband-tty')
-rw-r--r-- | games/angband-tty/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index 8e043e3882b..a16eebce38f 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/27 13:39:49 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/12/31 15:19:13 tv Exp $ # DISTNAME= angband-283 @@ -8,8 +8,9 @@ MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ MAINTAINER= root@garbled.net -WRKSRC= ${WRKDIR}/${DISTNAME}/src +CONFLICTS= angband-x11-* +WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKEFILE= Makefile.std ALL_TARGET= angband |