diff options
author | pettai <pettai> | 2014-07-01 12:05:49 +0000 |
---|---|---|
committer | pettai <pettai> | 2014-07-01 12:05:49 +0000 |
commit | 7d77394008a3d35c545bc106b9d1c9be60d11585 (patch) | |
tree | 3cad9c0ac7ff1126ccdd3e824e755758766f32e5 /chat/psybnc | |
parent | 02355da6b4ac6e14bd88197d2366e62a02fb2a4f (diff) | |
download | pkgsrc-7d77394008a3d35c545bc106b9d1c9be60d11585.tar.gz |
Remove unused configure script (3rd party bundled software) to satisfy
pkgsrc build checks
Diffstat (limited to 'chat/psybnc')
-rw-r--r-- | chat/psybnc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/psybnc/Makefile b/chat/psybnc/Makefile index 2ca2b4bfa57..1965fb49533 100644 --- a/chat/psybnc/Makefile +++ b/chat/psybnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/06/15 21:55:17 pettai Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/01 12:05:49 pettai Exp $ # DISTNAME= psyBNC-2.4BETA2 @@ -39,6 +39,9 @@ SUBST_STAGE.openssl= post-configure INSTALLATION_DIRS= bin share/examples/psybnc INSTALLATION_DIRS+= share/doc/psybnc +post-extract: + cd ${WRKSRC} && ${RM} src/c-ares/configure + do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${GMAKE} |