diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-14 07:33:16 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-14 07:33:16 +0000 |
commit | 83a4cbc58ff8e3bb6c5cc297851d65df57942ef0 (patch) | |
tree | e2796e33af9c0870717f5b204a5b47b8050672bc /comms | |
parent | 96b95c3ed88f85b5689bef1f4b57b97d5ee13b6a (diff) | |
download | ports-83a4cbc58ff8e3bb6c5cc297851d65df57942ef0.tar.gz ports-83a4cbc58ff8e3bb6c5cc297851d65df57942ef0.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/scripts/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/scripts/configure b/comms/mgetty+sendfax/scripts/configure index 8fb0b13a4f35..b05525e4bc40 100644 --- a/comms/mgetty+sendfax/scripts/configure +++ b/comms/mgetty+sendfax/scripts/configure @@ -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 () { |