Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ccache/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 19 Apr 2004 00:54:53 -0000 1.21 +++ Makefile 19 Apr 2004 06:50:09 -0000 @@ -15,9 +15,10 @@ COMMENT= A tool to minimize the compile time of C/C++ programs GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + MAN1= ccache.1 PLIST_FILES= bin/ccache - PORTDOCS= index.html \ ccache-man.html @@ -30,6 +31,5 @@ ${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR} .endfor .endif - ${STRIP_CMD} ${PREFIX}/bin/ccache .include