diff options
author | mi <mi@FreeBSD.org> | 2006-01-31 12:00:42 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-01-31 12:00:42 +0800 |
commit | efdf58d1157a0f4d03b1aaf8d2f8e246b2b09ae5 (patch) | |
tree | a540d48dbd99289d57adb7cbfb5b747c74e028d8 /math | |
parent | 8e9eb3d35b76fb8acd6554e3ee91c867a00ac416 (diff) | |
download | freebsd-ports-gnome-efdf58d1157a0f4d03b1aaf8d2f8e246b2b09ae5.tar.gz freebsd-ports-gnome-efdf58d1157a0f4d03b1aaf8d2f8e246b2b09ae5.tar.zst freebsd-ports-gnome-efdf58d1157a0f4d03b1aaf8d2f8e246b2b09ae5.zip |
Stop forcing people to download the distfile from the vendor's web-site.
The site no longer exists, and the distfile is available on SunSite
mirrors.
PR: ports/92540
Diffstat (limited to 'math')
-rw-r--r-- | math/wingz3/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile index bbd34b89187f..83ab6bd6144c 100644 --- a/math/wingz3/Makefile +++ b/math/wingz3/Makefile @@ -9,7 +9,8 @@ PORTNAME= wingzpro PORTVERSION= 311 PORTREVISION= 2 CATEGORIES= math linux -MASTER_SITES= netu +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR=apps/financial/spreadsheet EXTRACT_ONLY= MAINTAINER= mi@aldan.algebra.com @@ -17,21 +18,12 @@ COMMENT= A Commercial Spreadsheet NO_PACKAGE= "nothing to build. commercial software" -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_X_PREFIX= yes NO_BUILD= yes -do-fetch: - # - # this is another one of those commercial pieces of software, - # that require you to download manually after "registering". - # Please, proceeed to - # http://www.wingz-us.com/iisg_main/downloads.html - # download the ${DISTFILES} and save it to ${DISTDIR}. - # - # XXX: this is missing "${BRANDELF} -t Linux <executables>" do-install: |