summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-03-14 15:34:57 +0000
committertron <tron@pkgsrc.org>2005-03-14 15:34:57 +0000
commitba45d77eb0235a6f9c6f6ed38bf415a633e7dc8d (patch)
treeda76c0649adb198a366c5e4e15c12ca713d7593e /net
parent7f4d0057f5fe93f61ff1e719fb5b7e7b5c31b74f (diff)
downloadpkgsrc-ba45d77eb0235a6f9c6f6ed38bf415a633e7dc8d.tar.gz
Remove unnecessary "post-patch" target".
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 53359f4dd5d..a5dd6bae358 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -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 @@ PTHREAD_OPTS= require
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"