pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ethereal Remove unnecessary "post-patch" target".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eb3517a9d20
branches:  trunk
changeset: 490528:3eb3517a9d20
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Mar 14 15:34:57 2005 +0000

description:
Remove unnecessary "post-patch" target".

diffstat:

 net/ethereal/Makefile |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r e0474cb12308 -r 3eb3517a9d20 net/ethereal/Makefile
--- a/net/ethereal/Makefile     Mon Mar 14 15:17:19 2005 +0000
+++ b/net/ethereal/Makefile     Mon Mar 14 15:34:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2005/03/14 15:09:28 salo Exp $
+# $NetBSD: Makefile,v 1.105 2005/03/14 15:34:57 tron Exp $
 
 DISTNAME=              ethereal-0.10.10
 CATEGORIES=            net
@@ -48,12 +48,6 @@
 USE_BUILTIN.libpcap=   no
 .endif
 
-# Because we patch "epan/dissectors/packet-3g-a11.c" "register.c" would
-# get rebuilt which requires Python. Avoid the unnecessary overhead
-# by touching the file.
-post-patch:
-       @${TOUCH} ${WRKSRC}/epan/dissectors/register.c
-
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index