pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Fix the crap I introduced with the l...
details: https://anonhg.NetBSD.org/pkgsrc/rev/24019c6c8bc9
branches: trunk
changeset: 565507:24019c6c8bc9
user: hasso <hasso%pkgsrc.org@localhost>
date: Thu Sep 24 08:07:36 2009 +0000
description:
Fix the crap I introduced with the last commit.
diffstat:
sysutils/cdrtools/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 8d0a81a682e2 -r 24019c6c8bc9 sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile Thu Sep 24 06:51:57 2009 +0000
+++ b/sysutils/cdrtools/Makefile Thu Sep 24 08:07:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2009/09/22 19:04:44 hasso Exp $
+# $NetBSD: Makefile,v 1.62 2009/09/24 08:07:36 hasso Exp $
DISTNAME= cdrtools-2.01.01a64
PKGNAME= ${DISTNAME:S/a/alpha/:S/-pre/pre/}
@@ -87,8 +87,8 @@
if [ ! -f ${MACHINE}-$$suffix ]; then \
ln -sf i386-$$suffix ${MACHINE}-$$suffix; \
fi; \
- done
- ln -sf i386-freebsd-cc.rul amd64-dragonfly-cc.rul
+ done; \
+ ln -sf i386-freebsd-cc.rul amd64-dragonfly-cc.rul; \
ln -sf i386-freebsd-gcc.rul amd64-dragonfly-gcc.rul
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_PROGRAM} config
Home |
Main Index |
Thread Index |
Old Index