5e38556079
minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
11 lines
234 B
Makefile
11 lines
234 B
Makefile
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Enhanced version of XPilot (client program)
|
|
|
|
MASTERDIR= ${.CURDIR}/../xpilot-ng-server
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|