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