From 052fed71166ef2cdcfbf91be589039bb0bec2017 Mon Sep 17 00:00:00 2001 From: Dennis Herrmann Date: Fri, 1 May 2009 18:25:31 +0000 Subject: - Fix build Reported by: QAT Tested by: tabthorpe Approved by: tabthorpe (co-mentor implicit) --- sysutils/samesame/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sysutils') diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile index 8643c53f5c40..6fda7aa85ea2 100644 --- a/sysutils/samesame/Makefile +++ b/sysutils/samesame/Makefile @@ -46,7 +46,14 @@ CFLAGS+= -D'TEMP_STORAGE_DIR=\"/tmp\"' CFLAGS+= -DPATH_INIT=256 CFLAGS+= -DSTATIC_CACHE_CAPACITY=8192 +post-patch: + @${REINPLACE_CMD} -e 's|test-samefile||g' \ + -e 's|test-samelink||g' \ + -e 's|test-samearchive||g' \ + -e 's|test-samearchive-lite||g' ${WRKSRC}/Makefile + post-install: + ${CHMOD} 770 ${WRKSRC}/test* ${STRIP_CMD} ${PREFIX}/bin/samefile ${STRIP_CMD} ${PREFIX}/bin/samelink ${STRIP_CMD} ${PREFIX}/bin/samearchive -- cgit v1.2.3