diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 08:30:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 08:30:46 +0000 |
commit | 09fa62297926b336fa961d3d2a54d010d9c11a52 (patch) | |
tree | a297c69def70627d5d71cd774a0d26095e864f9a /math/wingz3 | |
parent | 74e6151b809e3cecb8c28026cee2b2a9d95875b5 (diff) | |
download | ports-09fa62297926b336fa961d3d2a54d010d9c11a52.tar.gz ports-09fa62297926b336fa961d3d2a54d010d9c11a52.zip |
Notes
Diffstat (limited to 'math/wingz3')
-rw-r--r-- | math/wingz3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile index 64c3a00a7e4e..a4f3a6314644 100644 --- a/math/wingz3/Makefile +++ b/math/wingz3/Makefile @@ -5,8 +5,9 @@ PORTNAME= wingzpro PORTVERSION= 311 PORTREVISION= 3 CATEGORIES= math linux -MASTER_SITES= SUNSITE/apps/financial/spreadsheet:wingz \ - ${MASTER_SITE_FEDORA_LINUX:M*rpmfind.net/*:S|/fedora/core||}:l +MASTER_SITES= SUNSITE/apps/financial/spreadsheet:wingz +# MASTER_SITE_FEDORA_LINUX does not contain rpmfind.net, so this does not do anything +# ${MASTER_SITE_FEDORA_LINUX:M*rpmfind.net/*:S|/fedora/core||}:l MASTER_SITE_SUBDIR= redhat-archive/6.2/en/os/i386/RedHat/RPMS/:l DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:wingz \ ld.so-1.9.5-13.i386.rpm:l \ |