From 8ac3c76fdd7646fe260f88f3e483a66f8bc91062 Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 28 Jun 2012 05:15:38 +0000 Subject: Apply a similar fix to archivers/star to fix schilyware configuration for powerpc on NetBSD. --- sysutils/sformat/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sysutils') diff --git a/sysutils/sformat/Makefile b/sysutils/sformat/Makefile index 39d9e68823d..184d0e00c51 100644 --- a/sysutils/sformat/Makefile +++ b/sysutils/sformat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/06/16 08:55:54 dholland Exp $ +# $NetBSD: Makefile,v 1.14 2012/06/28 05:15:38 dholland Exp $ # DISTNAME= sformat-3.5 @@ -36,7 +36,9 @@ INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 post-extract: ${CP} ${WRKSRC}/RULES/os-freebsd.id ${WRKSRC}/RULES/os-dragonfly.id ${CP} ${WRKSRC}/RULES/os-freebsd.def ${WRKSRC}/RULES/os-dragonfly.def - ln -s i386-netbsd-cc.rul ${WRKSRC}/RULES/amd64-netbsd-cc.rul - ln -s i386-netbsd-cc.rul ${WRKSRC}/RULES/amd64-netbsd-gcc.rul +.for x in amd64 macppc + ln -s i386-netbsd-cc.rul ${WRKSRC}/RULES/${x}-netbsd-cc.rul + ln -s i386-netbsd-cc.rul ${WRKSRC}/RULES/${x}-netbsd-gcc.rul +.endfor .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3