summaryrefslogtreecommitdiffstats
path: root/phantasia
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-09-30 09:23:19 +0000
committerlukem <lukem@NetBSD.org>2003-09-30 09:23:19 +0000
commit53855f86140f687b2a00fef401a073d3f0a2d165 (patch)
treece4accbdf7fb20241a3d42650cd6cf47aa03458a /phantasia
parent7bd44f99d98caa3970b15f49cc51a130f0cf725a (diff)
downloadbsdgames-darwin-53855f86140f687b2a00fef401a073d3f0a2d165.tar.gz
bsdgames-darwin-53855f86140f687b2a00fef401a073d3f0a2d165.tar.zst
bsdgames-darwin-53855f86140f687b2a00fef401a073d3f0a2d165.zip
remove unnecessary /
Diffstat (limited to 'phantasia')
-rw-r--r--phantasia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/Makefile b/phantasia/Makefile
index 60f513f8..474af4ec 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -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 @@ ALLFILES=gold lastdead mess monsters void motd characs scoreboard
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