summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2008-08-11 13:12:17 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2008-08-11 13:12:17 +0800
commitdc8d581f53fe412e983dd21b87a6a4f4cd7a9daf (patch)
tree1735f965b017a425d7b2517ef63b92b52b6f69a0 /x11/gnome-session
parentd345bc61460e98309f6cbd0b798844f602a33402 (diff)
downloadmarcuscom-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/gnome-session')
-rw-r--r--x11/gnome-session/Makefile4
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 \