pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/kadu Post-configure pure hack implemented, otherw...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce7d1bf1b04a
branches:  trunk
changeset: 474436:ce7d1bf1b04a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 29 15:27:01 2004 +0000

description:
Post-configure pure hack implemented, otherwise Makefile tries to rebuild itself

diffstat:

 chat/kadu/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 15cd11085fa4 -r ce7d1bf1b04a chat/kadu/Makefile
--- a/chat/kadu/Makefile        Thu Apr 29 15:17:02 2004 +0000
+++ b/chat/kadu/Makefile        Thu Apr 29 15:27:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/28 13:55:21 adam Exp $
+# $NetBSD: Makefile,v 1.2 2004/04/29 15:27:01 adam Exp $
 
 DISTNAME=      kadu-0.3.8
 CATEGORIES=    chat
@@ -17,6 +17,10 @@
 LIBS+=                 ${LIBOSSAUDIO}
 WRKSRC=                        ${WRKDIR}/kadu
 
+# pure hack
+post-configure:
+       cd ${WRKSRC}; ${TOUCH} Makefile
+
 .include "../../chat/ekg/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../x11/qt3-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index