diff options
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 |