diff options
author | tron <tron> | 2001-08-12 08:26:56 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-12 08:26:56 +0000 |
commit | a912a1eec4e41521ebcd2a576698c6d86d878254 (patch) | |
tree | ef230fb4dfcf479ce7f854d348152531377aefc6 /chat/xchat | |
parent | 849d77eda1596b924bb1e6ec3d704f9229604159 (diff) | |
download | pkgsrc-a912a1eec4e41521ebcd2a576698c6d86d878254.tar.gz |
Try harder to stop this package from using "autoconf" itself.
Diffstat (limited to 'chat/xchat')
-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: |