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/openoffice | |
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/openoffice')
-rw-r--r-- | misc/openoffice/Makefile | 6 | ||||
-rw-r--r-- | misc/openoffice/Makefile.i18n | 4 |
2 files changed, 5 insertions, 5 deletions
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} |