summaryrefslogtreecommitdiffstats
path: root/deskutils/xmdiary
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2006-11-29 18:26:07 +0000
committermi <mi@FreeBSD.org>2006-11-29 18:26:07 +0000
commitc37adeea9128738bd8553f61e4e97fae5731fef8 (patch)
tree1efd1b7a4ff6e1c1a2e1dba13e352883ad4eff02 /deskutils/xmdiary
parent6175b3c0d1aef65afc7f9f595eb4a1ab1a146883 (diff)
downloadFreeBSD-ports-c37adeea9128738bd8553f61e4e97fae5731fef8.zip
FreeBSD-ports-c37adeea9128738bd8553f61e4e97fae5731fef8.tar.gz
Respect the X11BASE and the CC settings.
Prompted by: kris (X11BASE)
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 14d5e36..a1d275d 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>
OpenPOWER on IntegriCloud