diff options
| author | Adam David <adam@FreeBSD.org> | 1995-05-05 20:36:10 +0000 |
|---|---|---|
| committer | Adam David <adam@FreeBSD.org> | 1995-05-05 20:36:10 +0000 |
| commit | 56a5ae561e060bb7c788aaf84718fb52c68505a2 (patch) | |
| tree | 943a6d2d79e21921287eb10ad81c0af96080b782 /net/dgd | |
| parent | 0efbdf5702bc573df5c286fea76463899f96d6bf (diff) | |
oops, make sure ${WRKDIR} exists before fetching distfiles.
This is done to avoid using a .dotfile in the ports tree.
Diffstat (limited to 'net/dgd')
| -rw-r--r-- | net/dgd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 15d97693bb3c..514fb2585c1a 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -23,6 +23,7 @@ PKGNAME= ${DISTNAME}.${PATCHLEVEL} WRKSRC= ${WRKDIR}/dgd/src pre-fetch: + @mkdir -p ${WRKDIR} @ln -fs ${.CURDIR}/ncftprc ${WRKDIR}/.ncftprc pre-patch: |
