1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/sysutils/gpte/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

19 lines
381 B
Makefile

# Created by: Valentin Nechayev <netch@segfault.kiev.ua>
# $FreeBSD$
PORTNAME= gpte
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://segfault.kiev.ua/pub/
MAINTAINER= netch@segfault.kiev.ua
COMMENT= Simple command-line GPT partition editor
PLIST_FILES= bin/gpte \
man/man8/gpte.8.gz
post-extract:
cd ${WRKSRC} && ${CP} Makefile.bsd Makefile
.include <bsd.port.mk>