From 69131ef022e96a6a82581e45e4d94e09a344f25f Mon Sep 17 00:00:00 2001 From: dillo Date: Wed, 16 Jun 2004 23:11:33 +0000 Subject: fix custom extract code to account for DIST_SUBDIR. noticed by krister's bulk build --- games/wxhugo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/wxhugo') diff --git a/games/wxhugo/Makefile b/games/wxhugo/Makefile index c2a1838a36c..01754078c92 100644 --- a/games/wxhugo/Makefile +++ b/games/wxhugo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/22 23:35:38 dillo Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/16 23:11:33 dillo Exp $ # DISTNAME= hugov30_unix_source @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/hugov3.0.07/hewx LIBDIR= ${PREFIX}/share/hugo post-extract: - extract_file="${DISTDIR}/${DISTFILE_WX}"; export extract_file; \ + extract_file="${DISTDIR}/${DIST_SUBDIR}/${DISTFILE_WX}"; export extract_file; \ cd ${WRKSRC}/.. && ${EXTRACT_CMD.tar.gz} for f in hejpeg.cpp hesound.cpp hesound_SDL.cpp hewxwin.cpp; \ do \ -- cgit v1.2.3