diff options
author | vs <vs@FreeBSD.org> | 2005-03-16 20:13:02 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-16 20:13:02 +0800 |
commit | a8b49ff7240abb11a22b32986e9ba2abb00ee88a (patch) | |
tree | 41f96fe8c82a5fc5153515fd7abe61faa4c85101 /astro | |
parent | 9a7a86ecf4aaaf868e00979fc6a73db2089ccc72 (diff) | |
download | freebsd-ports-gnome-a8b49ff7240abb11a22b32986e9ba2abb00ee88a.tar.gz freebsd-ports-gnome-a8b49ff7240abb11a22b32986e9ba2abb00ee88a.tar.zst freebsd-ports-gnome-a8b49ff7240abb11a22b32986e9ba2abb00ee88a.zip |
Workaround for distfile actually just being a tar despite the .tar.gz-suffix
PR: ports/78225
Submitted by: Aaron Dudek
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmspaceweather/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile index d93409867de3..ae6818f6f0eb 100644 --- a/astro/wmspaceweather/Makefile +++ b/astro/wmspaceweather/Makefile @@ -16,6 +16,10 @@ COMMENT= A DockApp that shows the weather at geosynchronous orbit WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather +# distfile is actually just a tar with suffix .tar.gz: +EXTRACT_CMD= ${CAT} +EXTRACT_BEFORE_ARGS= + USE_X_PREFIX= yes USE_XPM= yes ALL_TARGET= clean all |