diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-19 08:00:18 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-19 08:00:18 +0000 |
commit | f4e9e7e783c3f7d2795d6af2f2e617a1619c3d24 (patch) | |
tree | 74bc7a47c8672b423492480c1936c2a665fa4a36 | |
parent | 5be94b56ad91dc68d613a43ff3efee46787c8f3d (diff) | |
download | pkgsrc-f4e9e7e783c3f7d2795d6af2f2e617a1619c3d24.tar.gz |
Remove last part of pre-configure target. It is also not necessary.
-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 |