pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/fvwm2 Convert to use tar instead of gtar, and remov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82fd8f4afc2b
branches:  trunk
changeset: 494805:82fd8f4afc2b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 30 23:24:10 2005 +0000

description:
Convert to use tar instead of gtar, and remove gtar from tools.
>From Alexander Becher in PR 30381.

diffstat:

 wm/fvwm2/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 99456020b2c2 -r 82fd8f4afc2b wm/fvwm2/Makefile
--- a/wm/fvwm2/Makefile Mon May 30 22:49:42 2005 +0000
+++ b/wm/fvwm2/Makefile Mon May 30 23:24:10 2005 +0000
@@ -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 @@
 USE_X11BASE=           YES
 GNU_CONFIGURE=         YES
 USE_GNU_READLINE=      YES
-PKGSRC_USE_TOOLS+=     gtar
 
 PLIST_SUBST+=          FVWM_VER=${FVWM_VER}
 
@@ -38,7 +37,7 @@
 
 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



Home | Main Index | Thread Index | Old Index