diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2015-12-30 14:07:42 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2015-12-30 14:07:42 +0000 |
commit | 1a638f333ab86cf1908109b696bda4e4a549da9b (patch) | |
tree | 021f8f6143c4e23cef92d56615c160a3166db4a9 /textproc/mkcatalog/scripts/configure | |
parent | qmake5: Set QMAKE_{INC,LIB}DIR_OPENGL. (diff) |
- Rename nonstandard src directory to files
- Modernize ports
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 |