diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:33:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:33:54 +0000 |
commit | 4d34305a69677964af6498c03bc1df8c8bd0eca5 (patch) | |
tree | 159c18a041bdda0f9c3718efc741e7f3186b2f01 /editors/bitmap/scripts/configure | |
parent | Remove unmaintained expired nvi related ports (diff) |
Remove unmaintained expired ports from editors
2011-05-01 editors/MathPlanner: Upstream says project is canceled and no more distfiles can be found
2011-05-01 editors/bitmap: Upstream disapear and distfile is no more available
2011-05-01 editors/bitmap-emacs21: Upstream disapear and distfile is no more available
2011-05-01 editors/cle: Upstream disapear and distfile is no more available
2011-05-01 editors/dedit: Upstream disapear and distfile is no more available
2011-05-01 editors/em: Upstream disapear and distfile is no more available
2011-05-01 editors/leim21: Distfile is no more available
2011-05-01 editors/lpe: Upstream disapear and distfile is no more available
2011-05-01 editors/vilearn: Upstream disapear and distfile is no more available
2011-05-01 editors/xenon: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273467
Diffstat (limited to 'editors/bitmap/scripts/configure')
-rw-r--r-- | editors/bitmap/scripts/configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/bitmap/scripts/configure b/editors/bitmap/scripts/configure deleted file mode 100644 index ffe214ba26f5..000000000000 --- a/editors/bitmap/scripts/configure +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -for i in ${TARGETS} -do - if [ -f ${WRKDIR}/${i}.in ]; then - cat ${WRKDIR}/${i}.in | /usr/bin/sed \ - -e "s;@@LOCALBASE@@;${LOCALBASE};g" \ - -e "s;@@EMACS_LIBDIR@@;${EMACS_LIBDIR};g" \ - -e "s;@@EMACS_VER@@;${EMACS_VER};g" \ - -e "s;@@EMACS_LIBDIR_WITH_VER@@;${EMACS_LIBDIR_WITH_VER};g" \ - -e "s;@@EMACS_SITE_LISPDIR@@;${EMACS_SITE_LISPDIR};g" \ - -e "s;@@EMACS_VERSION_SITE_LISPDIR@@;${EMACS_VERSION_SITE_LISPDIR};g" \ - > ${WRKDIR}/${i} - fi -done |