diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-15 16:38:05 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-15 16:38:05 +0000 |
commit | edcc79a2dd89c4dafa2253c6e571e0d8a3e775fe (patch) | |
tree | 34bc5518036b623196d0c6d826979b32406f16ac /chat/xchat | |
parent | a7c29cce65782be737a748957362daf787f33412 (diff) | |
download | pkgsrc-edcc79a2dd89c4dafa2253c6e571e0d8a3e775fe.tar.gz |
Remove some of pre-configure target that is handled by AUTOMAKE_OVERRIDE.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index bc2f2742583..f78c278aad6 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/03/13 17:36:43 fredb Exp $ +# $NetBSD: Makefile,v 1.18 2002/03/15 16:38:05 skrll Exp $ DISTNAME= xchat-1.8.7 PKGREVISION= 1 @@ -35,13 +35,11 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --enable-openssl=${BUILDLINK_DIR} .endif -# Prevent invokation of "auto*" which caused build failures due to insufficient -# arguments and environment. +# XXX +# Is this needed? pre-configure: @cd ${WRKSRC} && \ - ${RM} -f po/zh_TW.Big5.po && \ - ${TOUCH} aclocal.m4 stamp-h.in configure && \ - ${FIND} . -name Makefile.in | ${XARGS} ${TOUCH} + ${RM} -f po/zh_TW.Big5.po post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat |