diff options
| author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-05 06:36:43 +0000 |
|---|---|---|
| committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-05 06:36:43 +0000 |
| commit | 980e1daaeb07c7c844462fea2fece85cba3823bf (patch) | |
| tree | 957f5f176f24b632ab1176c66d80f949474bd0a8 /editors/flim113/scripts | |
| parent | 4d14710a13116667102ff3fbf574483a46a2c0e6 (diff) | |
Notes
Diffstat (limited to 'editors/flim113/scripts')
| -rw-r--r-- | editors/flim113/scripts/configure | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/flim113/scripts/configure b/editors/flim113/scripts/configure deleted file mode 100644 index ffe214ba26f5..000000000000 --- a/editors/flim113/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 |
