pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/wxhugo fix custom extract code to account for DI...
details: https://anonhg.NetBSD.org/pkgsrc/rev/18c992fd2f4d
branches: trunk
changeset: 476639:18c992fd2f4d
user: dillo <dillo%pkgsrc.org@localhost>
date: Wed Jun 16 23:11:33 2004 +0000
description:
fix custom extract code to account for DIST_SUBDIR. noticed by
krister's bulk build
diffstat:
games/wxhugo/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3e75c744eca9 -r 18c992fd2f4d games/wxhugo/Makefile
--- a/games/wxhugo/Makefile Wed Jun 16 22:59:44 2004 +0000
+++ b/games/wxhugo/Makefile Wed Jun 16 23:11:33 2004 +0000
@@ -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 @@
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 \
Home |
Main Index |
Thread Index |
Old Index