mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
fa3a17c064
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)
19 lines
381 B
Makefile
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>
|