diff options
Diffstat (limited to 'audio/xcd/scripts/configure')
-rw-r--r-- | audio/xcd/scripts/configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/xcd/scripts/configure b/audio/xcd/scripts/configure deleted file mode 100644 index e0b3b073ca9b..000000000000 --- a/audio/xcd/scripts/configure +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -cd $WRKSRC || exit 1; - -cat >> Makefile << END - -BINDIR = $PREFIX/bin -CDDIR = $PREFIX/lib/xcd -MANDIR = $PREFIX/man/man1 - -END - -exit 0; |