Ticket #12774: aircrack-ng.diff
File aircrack-ng.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
files/patch-Makefile.osx.diff
1 --- Makefile.osx.orig 2007-09-24 15:31:36.000000000 -0500 2 +++ Makefile.osx 2007-09-24 15:31:56.000000000 -0500 3 @@ -9,8 +9,8 @@ 4 prefix = /usr/local 5 bindir = $(prefix)/bin 6 sbindir = $(prefix)/sbin 7 -mandir = $(prefix)/man/man1 8 datadir = $(prefix)/share 9 +mandir = $(datadir)/man/man1 10 docdir = $(datadir)/doc/aircrack-ng 11 12 BINFILES = aircrack-ng airdecap-ng packetforge-ng ivstools kstats -
Portfile
3 3 PortSystem 1.0 4 4 name aircrack-ng 5 5 version 0.9.1 6 revision 1 6 7 categories security 7 8 maintainers sbranzo@gmail.com 8 9 description Aircrack-ng is the next generation of aircrack with lots of new features … … 17 18 master_sites http://download.aircrack-ng.org/ 18 19 checksums sha1 e0329ab151ed0da23f4ec5ee269dc25f1654765b 19 20 21 patchfiles patch-Makefile.osx.diff 20 22 21 23 use_configure no 22 24