aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-04-19 15:17:33 +0800
committerkrion <krion@FreeBSD.org>2004-04-19 15:17:33 +0800
commit5619a13e16ee96496fef8d9f67c6114ff26452ef (patch)
treed86ac10e457ee738d37db70abd051a7e708ca7eb /devel/ccache
parent1ed436c05cc3c14166c507d80484f50145d08782 (diff)
downloadfreebsd-ports-gnome-5619a13e16ee96496fef8d9f67c6114ff26452ef.tar.gz
freebsd-ports-gnome-5619a13e16ee96496fef8d9f67c6114ff26452ef.tar.zst
freebsd-ports-gnome-5619a13e16ee96496fef8d9f67c6114ff26452ef.zip
- Remove STRIP_CMD
PR: ports/65747 Submitted by: maintainer
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index a4360b1cd2e6..05175fecde6b 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= ahze@ahze.net
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
@@ -30,6 +32,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR}
.endfor
.endif
- ${STRIP_CMD} ${PREFIX}/bin/ccache
.include <bsd.port.mk>