diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-21 13:53:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-21 13:53:40 +0000 |
commit | 544252c3940e8349fa2cecb5c0f40f0eab459745 (patch) | |
tree | 0415cd9362f364d6dc4dcdfc4a28c8f32836ed17 /games/nethack-tty | |
parent | 895c0ce6a772222bd07661e1232d37424d5cbd3a (diff) | |
download | pkgsrc-544252c3940e8349fa2cecb5c0f40f0eab459745.tar.gz |
Remove PATCH_SUM_FILE.
Diffstat (limited to 'games/nethack-tty')
-rw-r--r-- | games/nethack-tty/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile index 48a5f209921..99729ec77f5 100644 --- a/games/nethack-tty/Makefile +++ b/games/nethack-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/16 15:10:55 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/21 13:53:40 wiz Exp $ # .include "../nethack-lib/Makefile.common" @@ -14,6 +14,5 @@ INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-tty PATCHDIR= ${.CURDIR}/../nethack-lib/patches -PATCH_SUM_FILE= ${.CURDIR}/../nethack-lib/files/patch-sum .include "../../mk/bsd.pkg.mk" |