aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cdrdao/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-09-20 08:36:16 +0800
committersteve <steve@FreeBSD.org>1999-09-20 08:36:16 +0800
commit5955aec47973d2700c6a609fe89aa80343c45c1a (patch)
tree671ba429e04520a3c31422124ee1f29625f085dc /sysutils/cdrdao/Makefile
parentfffdf9d9ff217ba8a2b78461347993468c0c3faf (diff)
downloadfreebsd-ports-gnome-5955aec47973d2700c6a609fe89aa80343c45c1a.tar.gz
freebsd-ports-gnome-5955aec47973d2700c6a609fe89aa80343c45c1a.tar.zst
freebsd-ports-gnome-5955aec47973d2700c6a609fe89aa80343c45c1a.zip
ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.
Diffstat (limited to 'sysutils/cdrdao/Makefile')
-rw-r--r--sysutils/cdrdao/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index 22b827b9aa5f..5104d99668e8 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -63,6 +63,12 @@ pre-fetch:
@${ECHO_MSG} "Building with xcdrdao"
.endif
+.if ${MACHINE_ARCH} == "alpha"
+post-extract:
+ @(cd ${WRKSRC}/scsilib/RULES; \
+ ln -sf i386-freebsd-cc.rul alpha-freebsd-cc.rul)
+.endif
+
post-install:
strip $(PREFIX)/bin/cdrdao
.if defined(XCDRDAO)