diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-06 01:13:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-06 01:13:54 +0000 |
commit | 998504ed5d6fe71718213ff3e9bd590329805fa4 (patch) | |
tree | 0418a04cb0ec2e688a8bb1968a8048ea36ada917 /x11/gnome-session | |
parent | Update to 2.6.3. (diff) |
Add EXTRACT_ONLY to prevent a warning with trying to extract the uncompressed
splash screen image.
Obtained from: MarcusCom CVS repo
Notes
Notes:
svn path=/head/; revision=110915
Diffstat (limited to 'x11/gnome-session')
-rw-r--r-- | x11/gnome-session/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index ab0d5fae2220..0e78d3ab8e3e 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -18,6 +18,7 @@ DISTNAME= gnome-session-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${SPLASH_IMG}:local DIST_SUBDIR= gnome2 +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org COMMENT= Session component for the GNOME 2 desktop |