diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-07 13:05:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-07 13:05:32 +0000 |
commit | 85b89802c3a4b37f32a7bf1b00541cef04325722 (patch) | |
tree | 3702bcba2b0612450dfbbb9bebe0c31141d4775c /net/ethereal | |
parent | 5f7b028bc66fbfde6cf83833314b8c6b23ce3829 (diff) | |
download | ports-85b89802c3a4b37f32a7bf1b00541cef04325722.tar.gz ports-85b89802c3a4b37f32a7bf1b00541cef04325722.zip |
Notes
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 48b2dff870c8..2b06505352a8 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/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> |