diff options
author | joerg <joerg@pkgsrc.org> | 2013-07-13 19:21:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-07-13 19:21:33 +0000 |
commit | 8f613493057f5b187e5baed3dd0d16e19fb17b39 (patch) | |
tree | f60edea309b5589a1b64639ca6cb470d65b3d60b /chat/quirc | |
parent | c99ca47d513ccfa63ed6d5c42bda1e9428ad9f65 (diff) | |
download | pkgsrc-8f613493057f5b187e5baed3dd0d16e19fb17b39.tar.gz |
Copy files, new automake fails otherwise.
Diffstat (limited to 'chat/quirc')
-rw-r--r-- | chat/quirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/quirc/Makefile b/chat/quirc/Makefile index 7e0841217bf..df389785bf6 100644 --- a/chat/quirc/Makefile +++ b/chat/quirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/06/06 12:54:09 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2013/07/13 19:21:33 joerg Exp $ # DISTNAME= quirc-0.9.84 @@ -27,7 +27,7 @@ SUBST_SED.T85+= -e 's,8.3,8.5,g' SUBST_SED.T85+= -e 's,83,85,g' pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && autoreconf -i BUILDLINK_DEPMETHOD.libXt?= build |