diff options
Diffstat (limited to 'x11-toolkits/iv/scripts/configure')
-rw-r--r-- | x11-toolkits/iv/scripts/configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/iv/scripts/configure b/x11-toolkits/iv/scripts/configure deleted file mode 100644 index 4bd27d00f252..000000000000 --- a/x11-toolkits/iv/scripts/configure +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# - -find ${WRKSRC} -name Makefile -print | xargs rm - -xpath=/usr/X11R6 -if [ -n $xpath ]; then - xpath=`echo $xpath | sed 's;/bin/imake$;;'` - sed "s;/usr/X386;$xpath;" ${WRKSRC}/makefile >${WRKSRC}/makefile.foo - mv ${WRKSRC}/makefile.foo ${WRKSRC}/makefile -fi |