diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-10-01 19:16:37 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-10-01 19:16:37 +0000 |
commit | 1532e80b59fa210fca0a74edc46f76fb0b67bb01 (patch) | |
tree | e6b1e58aac03d457951375cabfa1ef3a665fe98d /french/aster | |
parent | e1b8d9cc1a0ec0645d3ea9a49d69b37d5d84e6d4 (diff) | |
download | ports-1532e80b59fa210fca0a74edc46f76fb0b67bb01.tar.gz ports-1532e80b59fa210fca0a74edc46f76fb0b67bb01.zip |
Notes
Diffstat (limited to 'french/aster')
-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 |