Ticket #12774: aircrack-ng.diff

File aircrack-ng.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 17 years ago)

This should fix it

  • 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

     
    33PortSystem 1.0
    44name            aircrack-ng
    55version         0.9.1
     6revision        1
    67categories      security
    78maintainers     sbranzo@gmail.com
    89description     Aircrack-ng is the next generation of aircrack with lots of new features
     
    1718master_sites    http://download.aircrack-ng.org/
    1819checksums       sha1 e0329ab151ed0da23f4ec5ee269dc25f1654765b
    1920
     21patchfiles      patch-Makefile.osx.diff
    2022
    2123use_configure   no
    2224