diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-11 13:12:17 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-11 13:12:17 +0800 |
commit | dc8d581f53fe412e983dd21b87a6a4f4cd7a9daf (patch) | |
tree | 1735f965b017a425d7b2517ef63b92b52b6f69a0 /x11 | |
parent | d345bc61460e98309f6cbd0b798844f602a33402 (diff) | |
download | marcuscom-ports-dc8d581f53fe412e983dd21b87a6a4f4cd7a9daf.tar marcuscom-ports-dc8d581f53fe412e983dd21b87a6a4f4cd7a9daf.tar.gz marcuscom-ports-dc8d581f53fe412e983dd21b87a6a4f4cd7a9daf.tar.bz2 marcuscom-ports-dc8d581f53fe412e983dd21b87a6a4f4cd7a9daf.tar.lz marcuscom-ports-dc8d581f53fe412e983dd21b87a6a4f4cd7a9daf.tar.xz marcuscom-ports-dc8d581f53fe412e983dd21b87a6a4f4cd7a9daf.tar.zst marcuscom-ports-dc8d581f53fe412e983dd21b87a6a4f4cd7a9daf.zip |
Change from tar xf to tar -xf.
The latter is compatible with overriding TAR_CMD to provide extra
options. The former is not.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11276 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 55dfe5c96..58bc4701b 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session/Makefile,v 1.154 2008/08/07 20:33:52 marcus Exp $ +# $MCom: ports/x11/gnome-session/Makefile,v 1.155 2008/08/08 01:16:38 marcus Exp $ # PORTNAME= gnome-session @@ -48,7 +48,7 @@ GCONF_SCHEMAS= gnome-session.schemas SPLASHES= freebsd-splashes-gnome-2.18_1.tar post-extract: - cd ${WRKDIR} && ${TAR} xf ${DISTDIR}/${DIST_SUBDIR}/${SPLASHES} + cd ${WRKDIR} && ${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/${SPLASHES} post-install: ${INSTALL_DATA} ${WRKSRC}/data/gnome-splash.png \ |