diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ccache/Makefile | 2 | ||||
-rw-r--r-- | devel/ccache/files/pkg-message.in | 4 |
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. |