diff options
Diffstat (limited to 'textproc/mkcatalog/scripts/configure')
-rw-r--r-- | textproc/mkcatalog/scripts/configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/mkcatalog/scripts/configure b/textproc/mkcatalog/scripts/configure deleted file mode 100644 index 8b2dbab2fa60..000000000000 --- a/textproc/mkcatalog/scripts/configure +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -for i in ${CONFIGURE_TARGETS} -do - if [ -f ${WRKDIR}/${i}.in ]; then - cat ${WRKDIR}/${i}.in | /usr/bin/sed \ - -e "s;@@PREFIX@@;${PREFIX};g" \ - > ${WRKDIR}/${i} - fi -done |