1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/korean/nh2ps/scripts/configure
Satoshi Asami 98dbfa3436 Formats an ascii file for printing on a postscript printer with Korean char.
PR:		3343
Submitted by:	Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-06-04 08:46:49 +00:00

12 lines
88 B
Bash

#!/bin/sh
cd $WRKSRC || exit 1;
cat >> Makefile << END
PREFIX= $PREFIX
END
exit 0;