diff options
Diffstat (limited to 'net/pcnfsd/scripts/configure')
-rw-r--r-- | net/pcnfsd/scripts/configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/pcnfsd/scripts/configure b/net/pcnfsd/scripts/configure new file mode 100644 index 000000000000..4bcb5f329561 --- /dev/null +++ b/net/pcnfsd/scripts/configure @@ -0,0 +1,9 @@ +#!/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 |