diff options
author | wiz <wiz> | 2013-01-21 13:51:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-21 13:51:35 +0000 |
commit | 12a2e0765f6d04b81305e6645e90cc59daa30e43 (patch) | |
tree | 648204b06bd2341164a9a0ceb1ce88b52b79efe6 /emulators | |
parent | 8102cc4a0a5d3bd84f407afee3877c5ea96ae2c2 (diff) | |
download | pkgsrc-12a2e0765f6d04b81305e6645e90cc59daa30e43.tar.gz |
Blind commit requested in automake/Makefile.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/b-em/hacks.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/b-em/hacks.mk b/emulators/b-em/hacks.mk index e7766f767d0..50f17fd1593 100644 --- a/emulators/b-em/hacks.mk +++ b/emulators/b-em/hacks.mk @@ -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 |