diff options
-rw-r--r-- | chat/xchat/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index f78c278aad6..5b32631f3cf 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/03/15 16:38:05 skrll Exp $ +# $NetBSD: Makefile,v 1.19 2002/03/19 08:00:18 skrll Exp $ DISTNAME= xchat-1.8.7 PKGREVISION= 1 @@ -35,12 +35,6 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --enable-openssl=${BUILDLINK_DIR} .endif -# XXX -# Is this needed? -pre-configure: - @cd ${WRKSRC} && \ - ${RM} -f po/zh_TW.Big5.po - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat |