diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-27 18:48:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-27 18:48:02 +0000 |
commit | ccdf6dbe011a337bc2277f0b33cc72c6787b9cab (patch) | |
tree | f7e802c0314c49379610ac993cc177a5454ff0cb /math/gap | |
parent | e24e01fa392c5d733b523d86cf6962a14e7f7e4a (diff) | |
download | pkgsrc-ccdf6dbe011a337bc2277f0b33cc72c6787b9cab.tar.gz |
Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file. This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 54658197e97..dae5bcaa483 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:10:01 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/27 18:48:02 jlam Exp $ # DISTNAME= gap4r3 @@ -17,7 +17,7 @@ HOMEPAGE= http://www.gap-system.org/ COMMENT= Computational group theory and discrete algebra language EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -SITES_fix4r3n5.tar.gz= ${MASTER_SITES:=bugfixes/} +SITES.fix4r3n5.tar.gz= ${MASTER_SITES:=bugfixes/} LICENSE= no-commercial-use |