From 7fbc9cb45c5d2fd55605142b316dcbb02106a761 Mon Sep 17 00:00:00 2001 From: Kiriyama Kazuhiko Date: Sat, 25 Aug 2001 09:17:58 +0000 Subject: Mew2 for Emacs20 port now committed on reposit copied from mail/mew. --- mail/mew2/scripts/configure | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 mail/mew2/scripts/configure (limited to 'mail/mew2/scripts/configure') diff --git a/mail/mew2/scripts/configure b/mail/mew2/scripts/configure deleted file mode 100644 index f82ebf02a074..000000000000 --- a/mail/mew2/scripts/configure +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -for i in ${TARGETS}; do - if [ -f ${WRKDIR}/${i}.in ]; then - cat ${WRKDIR}/${i}.in | \ - sed \ - -e "s;%%LOCALBASE%%;${LOCALBASE};g" \ - -e "s;%%EMACS_LIBDIR%%;${EMACS_LIBDIR};g" \ - -e "s;%%EMACS_SETUPEL%%;${EMACS_SETUPEL};g" \ - > ${WRKDIR}/${i} - fi -done -- cgit v1.2.3