summaryrefslogtreecommitdiff
path: root/net/zebra/scripts/configure
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2004-10-27 15:27:36 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2004-10-27 15:27:36 +0000
commitd4626fd9d4819c73a120c79d3d2bc158ac28eeb8 (patch)
treeea9b3ce756620d452c2c49157cacb62f0aa17379 /net/zebra/scripts/configure
parentUpgrade to 3.0.2. (diff)
- Move Makefile.inc into ${WRKDIR}
- Make compilable when FreeBSD has /dev/ip. Obtained from: net/quagga Reported by: swylie@wylie.com
Notes
Notes: svn path=/head/; revision=120319
Diffstat (limited to '')
-rw-r--r--net/zebra/scripts/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/scripts/configure b/net/zebra/scripts/configure
index 9a5c8a9926f4..a48a5446febc 100644
--- a/net/zebra/scripts/configure
+++ b/net/zebra/scripts/configure
@@ -37,8 +37,8 @@ case $retval in
;;
esac
-/bin/mkdir -p ${WRKDIRPREFIX}${CURDIR}
-exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
+/bin/mkdir -p ${WRKDIR}
+exec > ${WRKDIR}/Makefile.inc
while [ "$1" ]; do
case $1 in