mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
ae22a7846a
- 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
274 B
Makefile
12 lines
274 B
Makefile
# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
|
|
|
|
PKGNAMESUFFIX= -cli
|
|
|
|
COMMENT= MooseFS command line interface
|
|
|
|
MFS_COMPONENT= cli
|
|
|
|
MASTERDIR= ${.CURDIR}/../moosefs3-master
|
|
|
|
.include "${MASTERDIR}/Makefile"
|