diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-30 23:24:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-30 23:24:10 +0000 |
commit | 9949990220d9cc7ef7bd47dc8ccc488ee63c6e2f (patch) | |
tree | ec30b5b7f9b49c484a4ea6b0296e004bb4f16992 /wm | |
parent | f3681d218f9112d269cbb6a4b8c0780dd74177db (diff) | |
download | pkgsrc-9949990220d9cc7ef7bd47dc8ccc488ee63c6e2f.tar.gz |
Convert to use tar instead of gtar, and remove gtar from tools.
From Alexander Becher in PR 30381.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm2/Makefile | 5 |
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 |