summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-02-12 08:55:33 +0000
committerseb <seb@pkgsrc.org>2004-02-12 08:55:33 +0000
commitd9d8a581de8b2d79af0b94cf58be87f54a5a329c (patch)
tree6965a983e78b15d32fa5445ee6dd38bf51762a9e /games
parent3d0294d0d4d10cb9e1d9bc4f2365a39416337fea (diff)
downloadpkgsrc-d9d8a581de8b2d79af0b94cf58be87f54a5a329c.tar.gz
Make pathnames listed in CONFIG_STATUS_OVERRIDE relative to WRKSRC.
Diffstat (limited to 'games')
-rw-r--r--games/genecys-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/genecys-client/Makefile b/games/genecys-client/Makefile
index 65e23377d93..2e986140c01 100644
--- a/games/genecys-client/Makefile
+++ b/games/genecys-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/12 08:55:34 seb Exp $
#
DISTNAME= genecys-0.1
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client
BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client
LIBS+= -lm
-CONFIG_STATUS_OVERRIDE= ${WRKSRC}/common/config.status ${WRKSRC}/client/config.status
+CONFIG_STATUS_OVERRIDE= common/config.status client/config.status
.include "../../graphics/cal3d/buildlink3.mk"
.include "../../graphics/OpenRM/buildlink3.mk"