diff options
| author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-20 16:21:15 +0000 |
|---|---|---|
| committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-07-20 16:21:15 +0000 |
| commit | 2eb34357b895876ac03c50ca55a5cd15007a53f5 (patch) | |
| tree | 9ca9203b9d13270d2e038d3c303a7a86fd693268 /net/gnu-radius/scripts/configure | |
| parent | Don't hardcode libgnugetopt into patch. (diff) | |
create ${WRKDIRPREFIX}${CURDIR} before generate Makefile.inc
PR: 54642
Submitted by: tjs@cdpa.nsysu.edu.tw
Diffstat (limited to 'net/gnu-radius/scripts/configure')
| -rw-r--r-- | net/gnu-radius/scripts/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gnu-radius/scripts/configure b/net/gnu-radius/scripts/configure index b981006c651f..3051a69ae626 100644 --- a/net/gnu-radius/scripts/configure +++ b/net/gnu-radius/scripts/configure @@ -38,6 +38,7 @@ Notify "Enable TTL notification" OFF \ esac fi +${MKDIR} ${WRKDIRPREFIX}${CURDIR} exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc INCLUDE_PATH=${LOCALBASE}/include/ |
