diff options
author | skrll <skrll> | 2002-03-15 16:38:05 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-03-15 16:38:05 +0000 |
commit | 62eaee6b9a8919e214ccacccba6df108d00499ac (patch) | |
tree | 34bc5518036b623196d0c6d826979b32406f16ac /chat | |
parent | b08bbf1ccfafb13103459b1c99156a7218784be8 (diff) | |
download | pkgsrc-62eaee6b9a8919e214ccacccba6df108d00499ac.tar.gz |
Remove some of pre-configure target that is handled by AUTOMAKE_OVERRIDE.
Diffstat (limited to 'chat')
-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 |