b83dac5d24
- Change COMMENT - Install README file as doc - Fix pkg-plist. Remove second pkg-plist - Make the port non-interactive - Remove useless pkg-message PR: ports/96028 (inspired by) Submitted by: Tim Kellers <kellers@njit.edu>
10 lines
205 B
Bash
10 lines
205 B
Bash
#!/bin/sh
|
|
|
|
CMK=${WRKSRC}/config.mk
|
|
|
|
echo "SRCTREE=/usr/src" > $CMK
|
|
echo "PREFIX="$PREFIX >> $CMK
|
|
echo "BUILDKLD=yes" >> $CMK
|
|
|
|
echo "NCP_NLS_KOI_866=" >> $CMK
|
|
echo "NCP_NLS_DEFAULT=NCP_NLS_KOI_866" >> $CMK
|