summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2005-05-30 23:24:10 +0000
committerwiz <wiz>2005-05-30 23:24:10 +0000
commitcbcabe783a38a1be09d5a5f9db118ab812c776a9 (patch)
treeec30b5b7f9b49c484a4ea6b0296e004bb4f16992
parent8938dbb78c5237212641cfe9ad4788fc79c4cb64 (diff)
downloadpkgsrc-cbcabe783a38a1be09d5a5f9db118ab812c776a9.tar.gz
Convert to use tar instead of gtar, and remove gtar from tools.
From Alexander Becher in PR 30381.
-rw-r--r--wm/fvwm2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile
index 5e8fb097e80..deb09088a08 100644
--- a/wm/fvwm2/Makefile
+++ b/wm/fvwm2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/05/16 01:15:34 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2005/05/30 23:24:10 wiz Exp $
DISTNAME= fvwm-${FVWM_VER}
PKGNAME= fvwm2-${FVWM_VER}
@@ -22,7 +22,6 @@ FVWM_VER= 2.4.19
USE_X11BASE= YES
GNU_CONFIGURE= YES
USE_GNU_READLINE= YES
-PKGSRC_USE_TOOLS+= gtar
PLIST_SUBST+= FVWM_VER=${FVWM_VER}
@@ -38,7 +37,7 @@ CONFIGURE_ENV+= ac_cv_path_FVWM_CPP="${CPP}"
post-extract:
${MKDIR} ${WRKDIR}/icons
- ${GTAR} -xzf ${DISTDIR}/fvwm_icons.tgz -C ${WRKDIR}/icons
+ cd ${WRKDIR}/icons && ${TAR} -xzf ${DISTDIR}/fvwm_icons.tgz
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fvwm2/pixmaps