aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-11 22:26:51 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-11 22:26:51 +0000
commitf4aa47515a32c1629fda2d1f7515b9e520809354 (patch)
treed53145396bfcce5080b6c3b4f622dc7a67559fa7 /devel/ccache
parent4c86a6c5ceedd6abf48b262cb5241d734db8acf2 (diff)
downloadports-f4aa47515a32c1629fda2d1f7515b9e520809354.tar.gz
ports-f4aa47515a32c1629fda2d1f7515b9e520809354.zip
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/Makefile2
-rw-r--r--devel/ccache/files/pkg-message.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index e87e1337db44..7bab2a78f9c8 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -65,7 +65,7 @@ post-extract:
s|%%LOCALBASE%%|${LOCALBASE}|' \
${FILESDIR}/${HOWTO}.in > ${WRKDIR}/${HOWTO}
@${SED} -e 's|%%HOWTO%%|${HOWTO}|; \
- s|%%LOCALBASE%%|${LOCALBASE}|' \
+ s|%%DOCSDIR%%|${DOCSDIR}|' \
${FILESDIR}/pkg-message.in >${PKGMESSAGE}
.endif
diff --git a/devel/ccache/files/pkg-message.in b/devel/ccache/files/pkg-message.in
index ee7aeac9926a..c521d705ed7e 100644
--- a/devel/ccache/files/pkg-message.in
+++ b/devel/ccache/files/pkg-message.in
@@ -1,5 +1,5 @@
=== NOTE ===
-Please read %%LOCALBASE%%/%%HOWTO%% for information on using
-ccache with FreeBSD ports and src.
+Please read %%DOCSDIR%%/%%HOWTO%% for
+information on using ccache with FreeBSD ports and src.