summaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-07 13:05:32 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-07 13:05:32 +0000
commit85b89802c3a4b37f32a7bf1b00541cef04325722 (patch)
tree3702bcba2b0612450dfbbb9bebe0c31141d4775c /net/wireshark
parentUpdate net/ethreal 0.9.13 -> 0.9.14 (diff)
[Port Update]:: net/ethereal 0.9.13 -> 0.9.14
(actually all I took from this PR was the removal of pre-install) PR: ports/55142 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info>
Notes
Notes: svn path=/head/; revision=88684
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 48b2dff870c8..2b06505352a8 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -53,9 +53,4 @@ CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp
MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1
-pre-install:
-.for i in ${MAN1}
- ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
-.endfor
-
.include <bsd.port.mk>