diff options
author | thierry <thierry@FreeBSD.org> | 2014-10-02 03:16:37 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-10-02 03:16:37 +0800 |
commit | 5fad65b5f272cb021e93aa2d1f92b8f4c7c1b574 (patch) | |
tree | e6b1e58aac03d457951375cabfa1ef3a665fe98d /french | |
parent | 5510ffbb7edd46a7c5b4092b487498f2cfa49b6f (diff) | |
download | freebsd-ports-gnome-5fad65b5f272cb021e93aa2d1f92b8f4c7c1b574.tar.gz freebsd-ports-gnome-5fad65b5f272cb021e93aa2d1f92b8f4c7c1b574.tar.zst freebsd-ports-gnome-5fad65b5f272cb021e93aa2d1f92b8f4c7c1b574.zip |
MASTER_SITES is often down these days => mirror the distfile.
Since I'm there, remove xemacs support.
Reported by: pkg-fallout
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 3 | ||||
-rw-r--r-- | french/aster/bsd.aster.mk | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 26d162ef4f9e..78f927e9c7ce 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -155,9 +155,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/gvim:${PORTSDIR}/editors/vim . elif exists(${LOCALBASE}/bin/emacs) WITH_ED= emacs RUN_DEPENDS+= ${LOCALBASE}/bin/emacs:${PORTSDIR}/editors/emacs -. elif exists(${LOCALBASE}/bin/xemacs) -WITH_ED= xemacs -RUN_DEPENDS+= ${LOCALBASE}/bin/xemacs:${PORTSDIR}/editors/xemacs . elif exists(${LOCALBASE}/bin/gedit) WITH_ED= gedit RUN_DEPENDS+= ${LOCALBASE}/bin/gedit:${PORTSDIR}/editors/gedit diff --git a/french/aster/bsd.aster.mk b/french/aster/bsd.aster.mk index 15f7ffc5c1ab..abd51156b641 100644 --- a/french/aster/bsd.aster.mk +++ b/french/aster/bsd.aster.mk @@ -5,7 +5,9 @@ DISTVERSIONPREFIX= full-src- DISTVERSIONSUFFIX= .noarch -MASTER_SITES= http://www.code-aster.org/FICHIERS/ +MASTER_SITES= http://www.code-aster.org/FICHIERS/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry DISTNAME= aster-${DISTVERSIONPREFIX}${ASTER_DISTVERSION}${DISTVERSIONSUFFIX} DISTINFO_FILE= ${.CURDIR}/../../french/aster/distinfo |