diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 16:30:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-09-22 16:30:46 +0800 |
commit | 3138341588eed4e112dcb91083e5c7618ea72836 (patch) | |
tree | a297c69def70627d5d71cd774a0d26095e864f9a /math | |
parent | 7a8b008a43c56d1d84e1202d7a9b779ac1bdf14d (diff) | |
download | freebsd-ports-gnome-3138341588eed4e112dcb91083e5c7618ea72836.tar.gz freebsd-ports-gnome-3138341588eed4e112dcb91083e5c7618ea72836.tar.zst freebsd-ports-gnome-3138341588eed4e112dcb91083e5c7618ea72836.zip |
Remove bits of the MASTER_SITES, it was not returning anything.
Sponsored by: Absolight
Diffstat (limited to 'math')
-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 \ |