From cbcabe783a38a1be09d5a5f9db118ab812c776a9 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 30 May 2005 23:24:10 +0000 Subject: Convert to use tar instead of gtar, and remove gtar from tools. From Alexander Becher in PR 30381. --- wm/fvwm2/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wm/fvwm2/Makefile') 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 -- cgit v1.2.3