freebsd-ports/audio/xcd/scripts/configure
1994-11-22 15:56:30 +00:00

14 lines
144 B
Bash

#!/bin/sh
cd $WRKSRC || exit 1;
cat >> Makefile << END
BINDIR = $PREFIX/bin
CDDIR = $PREFIX/lib/xcd
MANDIR = $PREFIX/man/man1
END
exit 0;