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 | 7187bd032b66f2caf1cabd991a9a1bfb9fb020f8 (patch) | |
tree | f7e802c0314c49379610ac993cc177a5454ff0cb /misc | |
parent | a6f0e95479460a02148b7d909052b9c127bbe29f (diff) | |
download | pkgsrc-7187bd032b66f2caf1cabd991a9a1bfb9fb020f8.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 'misc')
-rw-r--r-- | misc/openoffice-bin/Makefile | 4 | ||||
-rw-r--r-- | misc/openoffice/Makefile | 6 | ||||
-rw-r--r-- | misc/openoffice/Makefile.i18n | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/openoffice-bin/Makefile b/misc/openoffice-bin/Makefile index 4c564abf9ce..d00507abc80 100644 --- a/misc/openoffice-bin/Makefile +++ b/misc/openoffice-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/22 22:22:04 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/07/27 18:48:02 jlam Exp $ PKGNAME= openoffice-bin-${OO_VER} PKGREVISION= 2 @@ -6,7 +6,7 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= openoffice-linux-112-services.rdb.bz2 -SITES_openoffice-linux-112-services.rdb.bz2=http://www.fs.tum.de/~mrauch/OpenOffice/download/\ +SITES.openoffice-linux-112-services.rdb.bz2=http://www.fs.tum.de/~mrauch/OpenOffice/download/\ ftp://ftp.NetBSD.org/pub/NetBSD/misc/mrauch/ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ openoffice-linux-112-services.rdb.bz2 diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index f2c59b08057..d1af49ed3ef 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2006/07/13 11:07:23 hira Exp $ +# $NetBSD: Makefile,v 1.75 2006/07/27 18:48:03 jlam Exp $ DISTNAME= openoffice-1.1.5 PKGREVISION= 1 @@ -7,8 +7,8 @@ MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/1.1.5/} DISTFILES= OOo_1.1.5_src.tar.gz DISTFILES+= gpc231.tar.Z DISTFILES+= ooo_addons_115.tar.bz2 -SITES_gpc231.tar.Z= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ -SITES_ooo_addons_115.tar.bz2=http://www.fs.tum.de/~mrauch/OpenOffice/download/\ +SITES.gpc231.tar.Z= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ +SITES.ooo_addons_115.tar.bz2=http://www.fs.tum.de/~mrauch/OpenOffice/download/\ ftp://ftp.NetBSD.org/pub/NetBSD/misc/mrauch/ DIST_SUBDIR= ${PKGNAME_NOREV} diff --git a/misc/openoffice/Makefile.i18n b/misc/openoffice/Makefile.i18n index 1cf4b196789..5462da3aab9 100644 --- a/misc/openoffice/Makefile.i18n +++ b/misc/openoffice/Makefile.i18n @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.i18n,v 1.5 2005/12/05 20:50:40 rillig Exp $ +# $NetBSD: Makefile.i18n,v 1.6 2006/07/27 18:48:03 jlam Exp $ .if ${PKG_LANG:C/_.*//} == "afrikaans" OPENOFFICE_ISOCODE= af @@ -176,7 +176,7 @@ OPENOFFICE_HELPCODE?= ${OPENOFFICE_ISOCODE} .if defined(OPENOFFICE_HAS_HELP) DISTFILES+= helpcontent_${OPENOFFICE_LANGCODE}_unix.tgz -SITES_helpcontent_${OPENOFFICE_LANGCODE}_unix.tgz=${MASTER_SITE_OPENOFFICE:=contrib/helpcontent/} +SITES.helpcontent_${OPENOFFICE_LANGCODE}_unix.tgz=${MASTER_SITE_OPENOFFICE:=contrib/helpcontent/} .endif PLIST_SRC+= PLIST.i18n.${OPENOFFICE_LANGCODE} |