summaryrefslogtreecommitdiff
path: root/x11/eterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/eterm/Makefile')
-rw-r--r--x11/eterm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index a095f634756..49a1ab13586 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/03/27 19:44:46 salo Exp $
+# $NetBSD: Makefile,v 1.19 2003/04/10 20:10:20 grant Exp $
#
DISTNAME= Eterm-0.9.2
@@ -46,9 +46,9 @@ BUILD_DEFS+= USE_MMX
post-extract:
${LN} -sf ${WRKSRC} ${WRKDIR}/Eterm
- cd ${WRKDIR}; \
- for f in ${PIXMAP_FILES}; do \
- ${GZCAT} ${DISTDIR}/$$f | ${PAX} -r; \
+ cd ${WRKDIR} && \
+ for f in ${PIXMAP_FILES}; do \
+ ${PAX} -O -zrf ${DISTDIR}/$$f; \
done
.include "../../devel/libast/buildlink2.mk"