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/ghostscript-esp | |
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/ghostscript-esp')
-rw-r--r-- | print/ghostscript-esp/Makefile | 4 |
1 files changed, 2 insertions, 2 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} |