From 793236d9b1c719a192d6f9e2daf8cd70891954e6 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 14:09:32 +0000 Subject: Various MASTER_SITES-related fixes. --- math/clisp-pari/Makefile | 6 +++--- math/octave/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/clisp-pari/Makefile b/math/clisp-pari/Makefile index 804d80a7c09..5dd3ae02c29 100644 --- a/math/clisp-pari/Makefile +++ b/math/clisp-pari/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2013/04/06 13:09:25 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2013/04/06 14:09:33 rodent Exp $ # CLISP_MODULE= pari -PKGNAME= clisp-$(CLISP_MODULE)-$(CLISP_VERSION) +PKGNAME= clisp-${CLISP_MODULE}-${CLISP_VERSION} PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=clisp/) +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/} MAINTAINER= hans@NetBSD.org HOMEPAGE= http://clisp.cons.org/ diff --git a/math/octave/Makefile b/math/octave/Makefile index 69b577ef08f..2c22ac3b2cb 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.111 2013/02/23 13:11:06 asau Exp $ +# $NetBSD: Makefile,v 1.112 2013/04/06 14:09:34 rodent Exp $ DISTNAME= octave-${OCTAVE_VER} CATEGORIES= math -MASTER_SITES= $(MASTER_SITE_GNU:=octave/) \ +MASTER_SITES= ${MASTER_SITE_GNU:=octave/} \ ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.octave.org/pub/octave/bleeding-edge/ EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3