1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/a2ps43-letter/scripts/configure

15 lines
144 B
Plaintext
Raw Normal View History

#!/bin/sh
cd $WRKSRC || exit 1;
cat >> Makefile << END
CFLAGS= -DBSD -O
BINDIR= $PREFIX/bin
MANDIR= $PREFIX/man/man1
MANEXT= 1
END
exit 0;