diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-07 13:05:32 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-07 13:05:32 +0000 |
commit | 73b8d7fd41da921f5e6696fdb13cd241ccdfd2e4 (patch) | |
tree | 671985faf33d0bb4a016d65bf70d30b880ca14cc /net | |
parent | c49a7fe2c60c0178668b351801157c62cbf27996 (diff) | |
download | FreeBSD-ports-73b8d7fd41da921f5e6696fdb13cd241ccdfd2e4.zip FreeBSD-ports-73b8d7fd41da921f5e6696fdb13cd241ccdfd2e4.tar.gz |
[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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 5 | ||||
-rw-r--r-- | net/wireshark/Makefile | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 48b2dff..2b06505 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> diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 48b2dff..2b06505 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> |