Ticket #20927: hping2-Portfile.patch
File hping2-Portfile.patch, 629 bytes (added by macports@…, 15 years ago) |
---|
-
/opt/local/var/macports/sources/rsync.macports.org/release/ports/net/hping2/Portfile
old new 15 15 patchfiles patch-Makefile.in patch-libpcap_stuff.c patch-ars.c patch-sendip.c 16 16 post-build { 17 17 system "cd ${worksrcpath} && make strip" 18 } 19 post-configure { 20 system "cd ${worksrcpath}" 18 21 reinplace "s|INSTALL_PATH=|INSTALL_PATH=${destroot}${prefix}|g" Makefile 19 22 reinplace "s|INSTALL_MANPATH=|INSTALL_MANPATH=${destroot}${prefix}/share/man|g" Makefile 20 23 }