summaryrefslogtreecommitdiff
path: root/x11/eterm
diff options
context:
space:
mode:
authorgrant <grant>2003-04-10 20:10:15 +0000
committergrant <grant>2003-04-10 20:10:15 +0000
commit78921545271c9c304bf31da7bb32e3e490a57d24 (patch)
treee08aa7e58a3041d86a2d037d59d2af657fa4f276 /x11/eterm
parenta7d6297de36c714ba3a95969346280c4248c1778 (diff)
downloadpkgsrc-78921545271c9c304bf31da7bb32e3e490a57d24.tar.gz
make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
Diffstat (limited to 'x11/eterm')
-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"