From 6e82afbeb7aea5dfba818da9261df90418b30c3d Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 31 May 1999 05:08:14 +0000 Subject: Fix build for Alpha. --- archivers/star/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'archivers/star/Makefile') diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 896727c4cca7..4109f941ec35 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -3,7 +3,7 @@ # Date created: Thu May 1 20:28:44 CEST 1997 # Whom: Andreas Klemm # -# $Id: Makefile,v 1.6 1997/10/09 21:04:45 andreas Exp $ +# $Id: Makefile,v 1.7 1998/12/24 13:15:23 dirk Exp $ # DISTNAME= star-1.2 @@ -18,8 +18,13 @@ USE_GMAKE= yes MAKE_ENV= MAKEPROG=gmake MAN1= star.1 +.if ${MACHINE_ARCH} != "i386" +post-extract: + @${LN} -sf i386-freebsd-cc.rul ${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul +.endif + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/i386-freebsd-cc/star ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/star/OBJ/${MACHINE_ARCH}-freebsd-cc/star ${PREFIX}/bin ${LN} -sf ${PREFIX}/bin/star ${PREFIX}/bin/ustar ${INSTALL_MAN} ${WRKSRC}/star/star.1 ${PREFIX}/man/man1 -- cgit