diff options
author | obache <obache@pkgsrc.org> | 2012-07-04 12:43:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-07-04 12:43:36 +0000 |
commit | 7ed1b91c9edfc79d39b2b1d1ed71a6c1de9efc0c (patch) | |
tree | 3138a4429efa82d6a74a404c81c6abdf67e1e8cf /misc | |
parent | e643b2aa9e2263ce4b828503a53b31a96d307bd6 (diff) | |
download | pkgsrc-7ed1b91c9edfc79d39b2b1d1ed71a6c1de9efc0c.tar.gz |
Site http://dev-www.libreoffice.org/src/ is for ${MORE_DISTFILES}.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index a04087d82ed..f70111c70d3 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/07/02 13:37:41 adam Exp $ +# $NetBSD: Makefile,v 1.7 2012/07/04 12:43:36 obache Exp $ VER= 3.5.4.2 DISTNAME= libreoffice-${VER} @@ -6,7 +6,6 @@ PKGNAME= libreoffice-${VER:S/-//g} PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/3.5.4/ \ - http://dev-www.libreoffice.org/src/ \ http://www.numbertext.org/linux/ MAINTAINER= ftigeot@wolfpond.org @@ -44,6 +43,7 @@ EXTRACT_ONLY+= libreoffice-${component}-${VER}.tar.xz .for md in ${MORE_DISTFILES} DISTFILES+= ${md} +SITES.${md}= http://dev-www.libreoffice.org/src/ .endfor .include "../../mk/bsd.prefs.mk" |