diff options
author | kris <kris@FreeBSD.org> | 2004-06-06 08:14:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-06 08:14:52 +0800 |
commit | d7be721c9c3e29bc3abc2509879534abda574839 (patch) | |
tree | cdc1ad23f26b0474b26e403fb5a9227a842897d4 | |
parent | d8ce277d3b7c8a133db2eea6a2820dbb858101b9 (diff) | |
download | freebsd-ports-gnome-d7be721c9c3e29bc3abc2509879534abda574839.tar.gz freebsd-ports-gnome-d7be721c9c3e29bc3abc2509879534abda574839.tar.zst freebsd-ports-gnome-d7be721c9c3e29bc3abc2509879534abda574839.zip |
Don't depend on gtar silently ignoring non-tar files in the input list,
by setting EXTRACT_ONLY.
-rw-r--r-- | x11/libXdmcp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index be3311d05f6f..cd0860fa37a2 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/:fdo \ MASTER_SITE_SUBDIR= anholt/:local DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:fdo \ Wraphelp2.gz:local +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= x11@FreeBSD.org COMMENT= X Display Manager Control Protocol library |