pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/b-em Update hack for new automake version.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c0cdc338b15
branches: trunk
changeset: 603225:2c0cdc338b15
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Apr 30 21:54:59 2012 +0000
description:
Update hack for new automake version.
diffstat:
emulators/b-em/hacks.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r a9a2fa287f85 -r 2c0cdc338b15 emulators/b-em/hacks.mk
--- a/emulators/b-em/hacks.mk Mon Apr 30 14:32:30 2012 +0000
+++ b/emulators/b-em/hacks.mk Mon Apr 30 21:54:59 2012 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: hacks.mk,v 1.2 2012/03/26 03:30:45 dholland Exp $
+# $NetBSD: hacks.mk,v 1.3 2012/04/30 21:54:59 dholland Exp $
# This package's distfile has the wonderful idea of containing
-# symlinks to various things in /usr/share/automake-1.11/. What
-# will they think of next?
+# symlinks into /usr/share/automake-1.11/. What will they think of
+# next?
-BUILD_DEPENDS+= automake>=1.11<1.12:../../devel/automake
+BUILD_DEPENDS+= automake>=1.12<1.13:../../devel/automake
post-extract:
@echo 'Fixing symlinks to external files'
.for FILE in compile COPYING depcomp INSTALL
[ -h ${WRKSRC}/${FILE} ] || exit 1
rm -f ${WRKSRC}/${FILE}
- cp ${PREFIX}/share/automake-1.11/${FILE} ${WRKSRC}/${FILE}
+ cp ${PREFIX}/share/automake-1.12/${FILE} ${WRKSRC}/${FILE}
.endfor
Home |
Main Index |
Thread Index |
Old Index