diff options
author | dillo <dillo> | 2004-06-16 23:11:33 +0000 |
---|---|---|
committer | dillo <dillo> | 2004-06-16 23:11:33 +0000 |
commit | 69131ef022e96a6a82581e45e4d94e09a344f25f (patch) | |
tree | a96d08077bfd793b5060a2e28710c118d3391ac9 /games/wxhugo | |
parent | a40a788faf3302430781efcb518de0a641828223 (diff) | |
download | pkgsrc-69131ef022e96a6a82581e45e4d94e09a344f25f.tar.gz |
fix custom extract code to account for DIST_SUBDIR. noticed by
krister's bulk build
Diffstat (limited to 'games/wxhugo')
-rw-r--r-- | games/wxhugo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |