aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netwox
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-01-27 17:42:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-01-27 17:42:31 +0000
commit222c35864900acb58ee1c6b3781f57682fed7344 (patch)
tree0b642236bae6bc6085b2bcbc62f9126f48f48540 /net-mgmt/netwox
parentfd3d7b435b1d74bb277610e35a22fb925e963467 (diff)
downloadports-222c35864900acb58ee1c6b3781f57682fed7344.tar.gz
ports-222c35864900acb58ee1c6b3781f57682fed7344.zip
- Respect CC
PR: 163233 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=289891
Diffstat (limited to 'net-mgmt/netwox')
-rw-r--r--net-mgmt/netwox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/netwox/Makefile b/net-mgmt/netwox/Makefile
index 53c96c7c67d5..53e397af9ccc 100644
--- a/net-mgmt/netwox/Makefile
+++ b/net-mgmt/netwox/Makefile
@@ -29,6 +29,7 @@ do-configure:
-e 's|%%PREFIX%%|${PREFIX}|' \
-e 's|%%LOCALBASE%%|${LOCALBASE}|' \
-e 's|%%CFLAGS%%|${CFLAGS}|' \
+ -e 's|gcc|${CC}|' \
${WRKSRC}/config.dat
(cd ${WRKSRC} ; ${SH} ${WRKSRC}/genemake )