aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2004-12-12 06:26:51 +0800
committerahze <ahze@FreeBSD.org>2004-12-12 06:26:51 +0800
commitfcc944d8cd0bfc572f1a346201313cf8453a3c11 (patch)
tree0fda21dc4bd5b5a2cef7cb6941d0e8b1d96146b7 /devel/ccache
parent27634de4802182ad5d70c07c2690b52f5055f5c3 (diff)
downloadfreebsd-ports-gnome-fcc944d8cd0bfc572f1a346201313cf8453a3c11.tar.gz
freebsd-ports-gnome-fcc944d8cd0bfc572f1a346201313cf8453a3c11.tar.zst
freebsd-ports-gnome-fcc944d8cd0bfc572f1a346201313cf8453a3c11.zip
s/LOCALBASE/DOCSDIR/ in pkg-message
Submitted by: info@otsune.com
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.