summaryrefslogtreecommitdiff
path: root/sysutils/sformat
diff options
context:
space:
mode:
authordholland <dholland>2012-06-28 05:15:38 +0000
committerdholland <dholland>2012-06-28 05:15:38 +0000
commit8ac3c76fdd7646fe260f88f3e483a66f8bc91062 (patch)
treeaff10d0512c9f9af326a86c39f77da0cb464f62d /sysutils/sformat
parentb78f189f9d1c38a5e53300c417f66ece48ea854e (diff)
downloadpkgsrc-8ac3c76fdd7646fe260f88f3e483a66f8bc91062.tar.gz
Apply a similar fix to archivers/star to fix schilyware configuration for
powerpc on NetBSD.
Diffstat (limited to 'sysutils/sformat')
-rw-r--r--sysutils/sformat/Makefile8
1 files changed, 5 insertions, 3 deletions
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"