diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 04:52:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 04:52:27 +0000 |
commit | 4f2f12ca40668c252f133012276855ba629e4bef (patch) | |
tree | 4ffced518e24b9d84af3fd3f2729f60342bd0a76 /dns/bind9-dlz/files | |
parent | - Security Fix: (diff) |
- make ports work as a master port
Diffstat (limited to 'dns/bind9-dlz/files')
-rw-r--r-- | dns/bind9-dlz/files/configure.bind9-dlz | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind9-dlz/files/configure.bind9-dlz b/dns/bind9-dlz/files/configure.bind9-dlz index 26e7a56cacc7..f8a554ab6607 100644 --- a/dns/bind9-dlz/files/configure.bind9-dlz +++ b/dns/bind9-dlz/files/configure.bind9-dlz @@ -2,7 +2,7 @@ # # $FreeBSD$ # -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then +if [ -f ${WRKDIRPREFIX}${CURDIR2}/Makefile.inc ]; then exit fi @@ -36,8 +36,8 @@ Stub "Stub driver" OFF \ esac fi -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc +${MKDIR} ${WRKDIRPREFIX}${CURDIR2} +exec > ${WRKDIRPREFIX}${CURDIR2}/Makefile.inc while [ "$1" ]; do case $1 in @@ -60,7 +60,7 @@ while [ "$1" ]; do ;; *) echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc + rm -f ${WRKDIRPREFIX}${CURDIR2}/Makefile.inc exit 1 ;; esac |