diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-06 09:13:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-06 09:13:54 +0800 |
commit | f576233a9e80aada99b42f49fd4938f0b5dc82cf (patch) | |
tree | 5215367c5593e0e1c96361371aaa79c2e6acfe79 /x11 | |
parent | d5e78a8dbe9574d77a06655036c186ea68b99ee5 (diff) | |
download | freebsd-ports-gnome-f576233a9e80aada99b42f49fd4938f0b5dc82cf.tar.gz freebsd-ports-gnome-f576233a9e80aada99b42f49fd4938f0b5dc82cf.tar.zst freebsd-ports-gnome-f576233a9e80aada99b42f49fd4938f0b5dc82cf.zip |
Add EXTRACT_ONLY to prevent a warning with trying to extract the uncompressed
splash screen image.
Obtained from: MarcusCom CVS repo
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 1 | ||||
-rw-r--r-- | x11/gnomesession/Makefile | 1 |
2 files changed, 2 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 diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile index ab0d5fae2220..0e78d3ab8e3e 100644 --- a/x11/gnomesession/Makefile +++ b/x11/gnomesession/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 |