diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-17 23:12:57 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-12-17 23:12:57 +0000 |
commit | e9387fb0e5910bad3ba50e025dfd4047306b3b5a (patch) | |
tree | d0300e055d8778397cb085168cfc3ddab5f60b24 /net-mgmt | |
parent | - CXX=${CC} to get rid of libstdc++ in order to improve stability (diff) |
Unbreak on $WRKDIRPREFIX environment.
Approved by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/scripts/configure | 1 | ||||
-rw-r--r-- | net-mgmt/netsaint-plugins/scripts/configure | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/scripts/configure b/net-mgmt/nagios-plugins/scripts/configure index 1a17d8fb4392..e466804b992a 100644 --- a/net-mgmt/nagios-plugins/scripts/configure +++ b/net-mgmt/nagios-plugins/scripts/configure @@ -39,6 +39,7 @@ OpenLDAP "OpenLDAP support" OFF \ esac fi +${MKDIR} ${WRKDIRPREFIX}${CURDIR} exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc SUB_QSTAT="@comment " diff --git a/net-mgmt/netsaint-plugins/scripts/configure b/net-mgmt/netsaint-plugins/scripts/configure index 1a17d8fb4392..e466804b992a 100644 --- a/net-mgmt/netsaint-plugins/scripts/configure +++ b/net-mgmt/netsaint-plugins/scripts/configure @@ -39,6 +39,7 @@ OpenLDAP "OpenLDAP support" OFF \ esac fi +${MKDIR} ${WRKDIRPREFIX}${CURDIR} exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc SUB_QSTAT="@comment " |