Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2004 06:56:31 +0900
From:      Masafumi Otsune <info@otsune.com>
To:        ports@FreeBSD.org, ahze@FreeBSD.org
Subject:   devel/ccache fix (pkg-messeage.in)
Message-ID:  <41BB6D0F.9020500@otsune.com>

next in thread | raw e-mail | index | archive | help
pkg-messeage on devel/ccache is wrong as follows.
>=== NOTE ===
>Please read /usr/local/ccache-howto-freebsd.txt for information on using
>ccache with FreeBSD ports and src.

I think that it will be corrected by applying such patch.

--- ccache.orig/Makefile        Tue Dec  7 17:17:39 2004
+++ ccache/Makefile     Sun Dec 12 06:28:20 2004
@@ -65,7 +65,7 @@
 		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 -uNr ccache.orig/files/pkg-message.in ccache/files/pkg-message.in
--- ccache.orig/files/pkg-message.in    Thu Dec  2 23:10:34 2004
+++ ccache/files/pkg-message.in Sun Dec 12 06:27:50 2004
@@ -1,5 +1,5 @@

 === NOTE ===
-Please read %%LOCALBASE%%/%%HOWTO%% for information on using
+Please read %%DOCSDIR%%/%%HOWTO%% for information on using
 ccache with FreeBSD ports and src.

-- 
Masafumi Otsune
http://www.otsune.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41BB6D0F.9020500>