- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
12 lines
287 B
Makefile
12 lines
287 B
Makefile
# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
|
|
|
|
PKGNAMESUFFIX= -netdump
|
|
|
|
COMMENT= MooseFS network packet dump utility
|
|
|
|
MFS_COMPONENT= netdump
|
|
|
|
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
|
|
|
.include "${MASTERDIR}/Makefile"
|