Skip to content

Commit

Permalink
Blind commit requested in automake/Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Jan 21, 2013
1 parent 4b7f68b commit 951541f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emulators/b-em/hacks.mk
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# $NetBSD: hacks.mk,v 1.4 2012/07/28 07:13:05 dholland Exp $
# $NetBSD: hacks.mk,v 1.5 2013/01/21 13:51:35 wiz Exp $

# This package's distfile has the wonderful idea of containing
# symlinks into /usr/share/automake-1.11/. What will they think of
# next?

BUILD_DEPENDS+= automake>=1.12<1.13:../../devel/automake
BUILD_DEPENDS+= automake>=1.13<1.14:../../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.12/${file} ${WRKSRC}/${file}
cp ${PREFIX}/share/automake-1.13/${file} ${WRKSRC}/${file}
.endfor

0 comments on commit 951541f

Please sign in to comment.