Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/phantasia remove unnecessary /



details:   https://anonhg.NetBSD.org/src/rev/a808ac5e2b2c
branches:  trunk
changeset: 552688:a808ac5e2b2c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Sep 30 09:23:19 2003 +0000

description:
remove unnecessary /

diffstat:

 games/phantasia/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7b3c3e4638c0 -r a808ac5e2b2c games/phantasia/Makefile
--- a/games/phantasia/Makefile  Tue Sep 30 07:24:23 2003 +0000
+++ b/games/phantasia/Makefile  Tue Sep 30 09:23:19 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.26 2002/03/05 21:31:23 thorpej Exp $
+#      $NetBSD: Makefile,v 1.27 2003/09/30 09:23:19 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
@@ -21,7 +21,7 @@
 FILES=gold lastdead mess monsters void motd
 # don't overwrite existing characters or scorefile
 .for file in characs scoreboard
-.if !exists(${DESTDIR}/${FILESDIR}/${file})
+.if !exists(${DESTDIR}${FILESDIR}/${file})
 FILES+=${file}
 .endif
 .endfor



Home | Main Index | Thread Index | Old Index