Julian Elischer de8a9e2851 Add a package for the SKIP package from Sun Microsystems,
for making secure pipes across the internet (etc.)
1998-01-09 23:23:58 +00:00

13 lines
171 B
Bash

#!/bin/sh
#
# Set user-writable flags so patch(1) doesn't trip up.
#
FIXDIRS="${WRKSRC}/skip/man ${WRKSRC}/admin"
for DIR in ${FIXDIRS}; do
chmod -R u+w ${DIR}
done