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 /print | |
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 'print')
-rw-r--r-- | print/ghostscript-esp/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 4 | ||||
-rw-r--r-- | print/ja-ptex-bin/Makefile | 6 | ||||
-rw-r--r-- | print/teTeX-share/Makefile | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/print/ghostscript-esp/Makefile b/print/ghostscript-esp/Makefile index e8816a91dca..e842df01c6f 100644 --- a/print/ghostscript-esp/Makefile +++ b/print/ghostscript-esp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/06/15 20:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/27 18:48:03 jlam Exp $ DISTNAME= espgs-${GS_VERS}-source PKGNAME= ghostscript-esp-${GS_VERS} @@ -53,7 +53,7 @@ EXTRACT_ONLY= ${GS_SRCS} # JPEG_SRCS= jpegsrc.v6b.tar.gz JPEG_WRKSRC= ${WRKDIR}/jpeg-6b -SITES_${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/ +SITES.${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/ DISTFILES+= ${JPEG_SRCS} EXTRACT_ONLY+= ${JPEG_SRCS} diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 29c62bc36b4..020f17fbea9 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/06/18 10:35:42 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/27 18:48:03 jlam Exp $ DISTNAME= ghostscript-${GS_VERS} PKGNAME= ghostscript-gnu-${GS_VERS} @@ -34,7 +34,7 @@ EXTRACT_ONLY= ${GS_SRCS} # JPEG_SRCS= jpegsrc.v6b.tar.gz JPEG_WRKSRC= ${WRKDIR}/jpeg-6b -SITES_${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/ +SITES.${JPEG_SRCS}= ftp://ftp.uu.net/graphics/jpeg/ DISTFILES+= ${JPEG_SRCS} EXTRACT_ONLY+= ${JPEG_SRCS} diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile index 367f173e94f..93880228a4c 100644 --- a/print/ja-ptex-bin/Makefile +++ b/print/ja-ptex-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/07/11 16:29:49 hira Exp $ +# $NetBSD: Makefile,v 1.31 2006/07/27 18:48:03 jlam Exp $ DISTNAME= ptex-src-${PTEX_VERS} PKGNAME= ja-ptex-bin-${PTEX_VERS} @@ -14,10 +14,10 @@ HOMEPAGE= http://www.ascii.co.jp/pb/ptex/ COMMENT= Publishing TeX (pTeX) # XXX ${MAKE_VARIABLES} won't be extracted here. strange... -SITES_dvipsk-jpatch-p1.7a.tar.gz= \ +SITES.dvipsk-jpatch-p1.7a.tar.gz= \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/ \ ftp://ftp.ring.gr.jp/pub/text/TeX/ascii-ptex/dvips/ -SITES_mendexk2.6d.tar.gz= \ +SITES.mendexk2.6d.tar.gz= \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/mendex/ \ ftp://ftp.ring.gr.jp/pub/text/TeX/ascii-ptex/mendex/ diff --git a/print/teTeX-share/Makefile b/print/teTeX-share/Makefile index d73bb01f00e..f73fcea3dde 100644 --- a/print/teTeX-share/Makefile +++ b/print/teTeX-share/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/01/21 18:57:42 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/07/27 18:48:03 jlam Exp $ # DISTNAME= tetex-texmf-2.0.2 @@ -14,7 +14,7 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Machine-independent part of teTeX, version 2 -SITES_listings${EXTRACT_SUFX}= ${LOCAL_PORTS} +SITES.listings${EXTRACT_SUFX}= ${LOCAL_PORTS} CONFLICTS+= teTeX2-share-[0-9]* |