diff options
author | tron <tron@pkgsrc.org> | 2001-08-12 08:26:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-12 08:26:56 +0000 |
commit | b43943971a0b82974ce5092915485e1159f7f82d (patch) | |
tree | ef230fb4dfcf479ce7f854d348152531377aefc6 /chat | |
parent | a9ff3ded3bfd4c881310edbc0b6e212edfd15b68 (diff) | |
download | pkgsrc-b43943971a0b82974ce5092915485e1159f7f82d.tar.gz |
Try harder to stop this package from using "autoconf" itself.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index a52e5ff5207..f24ae31e0f5 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/07/31 09:48:53 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/08/12 08:26:56 tron Exp $ DISTNAME= xchat-1.8.2 CATEGORIES= chat x11 gnome @@ -24,7 +24,7 @@ MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" pre-configure: @cd ${WRKSRC} && \ ${RM} -f po/zh_TW.Big5.po && \ - ${TOUCH} aclocal.m4 stamp-h.in && \ + ${TOUCH} aclocal.m4 stamp-h.in config.status && \ ${FIND} . -name Makefile.in | ${XARGS} ${TOUCH} post-install: |