diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-16 12:13:02 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-16 12:13:02 +0000 |
commit | bf2289c9a58ed6adb00d372ce289caf17dc5eb85 (patch) | |
tree | 80050d90317b01f1a5491bbd426079dc504a2eeb /astro | |
parent | 528671f7320d54954e3438213e266b7908516032 (diff) | |
download | ports-bf2289c9a58ed6adb00d372ce289caf17dc5eb85.tar.gz ports-bf2289c9a58ed6adb00d372ce289caf17dc5eb85.zip |
Notes
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 |