diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 18:17:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 18:17:32 +0000 |
commit | b644ea1a6c533a3b604e204a82ae25b499283204 (patch) | |
tree | e590cabb3e5335116843405fee387d447074da9f | |
parent | cleanup plist (diff) |
Explicitely set MASTER_SITES to GHC, fityk is not available on GH
-rw-r--r-- | math/fityk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 207c4b81d517..d1c653f4c77d 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -5,7 +5,7 @@ PORTNAME= fityk PORTVERSION= 0.9.8 PORTREVISION= 4 CATEGORIES= math -MASTER_SITES= SF/xylib:xylib +MASTER_SITES= GHC SF/xylib:xylib DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ ${XYLIB_DISTNAME}${EXTRACT_SUFX}:xylib |