From 5170c5aedf2eb01a419032e804609ea5ed5f2399 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 6 Jun 2016 15:25:42 +0000 Subject: Remove unneeded usage of: - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight --- math/spooles/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math') diff --git a/math/spooles/Makefile b/math/spooles/Makefile index 42697eeac2c..45677b7518a 100644 --- a/math/spooles/Makefile +++ b/math/spooles/Makefile @@ -5,8 +5,7 @@ PORTNAME= spooles PORTVERSION= 2.2 PORTREVISION= 12 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_NETLIB} -MASTER_SITE_SUBDIR=linalg/spooles +MASTER_SITES= NETLIB/linalg/spooles .ifdef WITH_MPI PKGNAMESUFFIX= -mpich .endif -- cgit