summaryrefslogtreecommitdiff
path: root/net/quagga
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-11-09 10:59:28 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-11-09 10:59:28 +0000
commitab94a1e2a3bc2fa094b619feceffc77c44a2efda (patch)
treeabd3a427e2027c709b148dbb6863c864ee773389 /net/quagga
parentUpdate main download site in MASTER_SITES to a working URL. (diff)
Use ${PREFIX} for --includedir.
Submitted by: Boris Kovalenko
Notes
Notes: svn path=/head/; revision=93509
Diffstat (limited to 'net/quagga')
-rw-r--r--net/quagga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index c1715e4581ea..c7a92673311d 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -29,7 +29,7 @@ AUTOMAKE_ARGS= -a -i
MAN1= vtysh.1
MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8
-CONFIGURE_ARGS+=--includedir=/usr/local/include/quagga
+CONFIGURE_ARGS+=--includedir=${PREFIX}/include/quagga
SCRIPTS_ENV= WRKDIRPREFIX=${WRKDIRPREFIX}
pre-fetch: