diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 1752526e2c4e..e2493a31453c 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ngrep PORTVERSION= 1.45 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net security MASTER_SITES= SF @@ -25,7 +25,7 @@ PCRE_DESC= Use PCRE instead of GNU regex PORTS_PCAP_DESC= Use ports PCAP instead of system PCAP CAPSICUM_DESC= Build with capsicum if kernel supports it -PLIST_FILES= bin/ngrep man/man8/ngrep.8.gz +PLIST_FILES= bin/ngrep share/man/man8/ngrep.8.gz PORTDOCS= CHANGES.txt CREDITS.txt INSTALL.txt LICENSE.txt \ README.txt REGEX.txt diff --git a/net/ngrep/files/patch-Makefile.in b/net/ngrep/files/patch-Makefile.in index 9347ae0254a6..8c88a82ea677 100644 --- a/net/ngrep/files/patch-Makefile.in +++ b/net/ngrep/files/patch-Makefile.in @@ -1,14 +1,5 @@ --- Makefile.in.orig 2006-11-29 00:35:37.000000000 +1100 +++ Makefile.in 2013-10-09 02:17:53.000000000 +1100 -@@ -25,7 +25,7 @@ - - bindir = $(prefix)/bin - datadir = $(prefix)/share --mandir = $(datadir)/man -+mandir = $(prefix)/man - - BINDIR_INSTALL = $(prefix)/bin - MANDIR_INSTALL = $(mandir)/man8 @@ -63,7 +63,7 @@ rm -f config.status config.cache config.log config.h Makefile