net/ngrep: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
f0c6256389
commit
1ce0bfedcb
2 changed files with 2 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue