Remove some of pre-configure target that is handled by AUTOMAKE_OVERRIDE.
This commit is contained in:
parent
a7c29cce65
commit
edcc79a2dd
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue