aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xmdiary
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2006-11-29 18:26:07 +0000
committerMikhail Teterin <mi@FreeBSD.org>2006-11-29 18:26:07 +0000
commitbeedb6e55e87807008feb5ea3e5b3156d454ae53 (patch)
tree47212b91a2de62f042468b79387139bec31cdcd9 /deskutils/xmdiary
parentf8534fd26e1ddfb5dfae66fa224335ec85a57945 (diff)
downloadports-beedb6e55e87807008feb5ea3e5b3156d454ae53.tar.gz
ports-beedb6e55e87807008feb5ea3e5b3156d454ae53.zip
Respect the X11BASE and the CC settings.
Prompted by: kris (X11BASE)
Notes
Notes: svn path=/head/; revision=178271
Diffstat (limited to 'deskutils/xmdiary')
-rw-r--r--deskutils/xmdiary/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile
index 14d5e369f1fb..a1d275d545a2 100644
--- a/deskutils/xmdiary/Makefile
+++ b/deskutils/xmdiary/Makefile
@@ -28,5 +28,7 @@ post-patch:
${SCRIPTDIR}/nomalloc $(WRKSRC) 2>&1 > /dev/zero
@${ECHO_MSG} removing unneccessary DependTarget from Imakefile-s
${SCRIPTDIR}/noextradepend $(WRKSRC) 2>&1 > /dev/zero
+ ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \
+ -e 's|CcCmd gcc|CcCmd ${CC}|' '${WRKSRC}/XDiary.tmpl'
.include <bsd.port.mk>