mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
10 lines
161 B
Bash
10 lines
161 B
Bash
#!/bin/sh
|
|
#
|
|
# Configure pcnfsd for FreeBSD use
|
|
#
|
|
cd $WRKSRC
|
|
rm -f rpc.pcnfsd
|
|
mv -f Makefile Makefile.DIST
|
|
mv -f Makefile.44bsd Makefile
|
|
mv -f pcnfsd.8c pcnfsd.8
|