mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update this from $3 -> ${WRKSRC}
This commit is contained in:
parent
96b95c3ed8
commit
83a4cbc58f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233
1 changed files with 2 additions and 2 deletions
4
comms/mgetty+sendfax/scripts/configure
vendored
4
comms/mgetty+sendfax/scripts/configure
vendored
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
H=$3/policy.h
|
||||
H=${WRKSRC}/policy.h
|
||||
trap "rm -f $H; exit 1" 1 2 3
|
||||
cp $3/policy.h-dist $H || exit 1
|
||||
cp ${WRKSRC}/policy.h-dist $H || exit 1
|
||||
|
||||
|
||||
ww () {
|
||||
|
|
Loading…
Add table
Reference in a new issue