diff options
author | thierry <thierry@FreeBSD.org> | 2005-07-01 13:15:28 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-07-01 13:15:28 +0800 |
commit | 732583c1252db9ffcce26fdd967f144740e065be (patch) | |
tree | 3430f77fd35ea91f9859d98fe9bb0b8515eff4a8 | |
parent | 70be19f791aaf98bf7ccfd2d57a29cb218d946d4 (diff) | |
download | freebsd-ports-gnome-732583c1252db9ffcce26fdd967f144740e065be.tar.gz freebsd-ports-gnome-732583c1252db9ffcce26fdd967f144740e065be.tar.zst freebsd-ports-gnome-732583c1252db9ffcce26fdd967f144740e065be.zip |
The site ignu.ungi.org seems down: add MASTER_SITE_LOCAL.
Reported by: Kris via pointyhat
-rw-r--r-- | french/facturier/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/french/facturier/Makefile b/french/facturier/Makefile index 7397840cf205..995a232ab1fc 100644 --- a/french/facturier/Makefile +++ b/french/facturier/Makefile @@ -8,7 +8,9 @@ PORTNAME= facturier PORTVERSION= 2.1.2 CATEGORIES= french finance -MASTER_SITES= http://ignu.ungi.org/download/ +MASTER_SITES= http://ignu.ungi.org/download/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry MAINTAINER= thierry@FreeBSD.org COMMENT= Logiciel de facturation pour P.M.I. & P.M.E. |