1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Allow staging as a regular user and simplify

This commit is contained in:
Antoine Brodin 2014-09-07 11:49:17 +00:00
parent 851fad12de
commit 61658459d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367526

View File

@ -9,10 +9,10 @@ MASTER_SITES= ftp://segfault.kiev.ua/pub/
MAINTAINER= netch@segfault.kiev.ua
COMMENT= Simple command-line GPT partition editor
USES= uidfix
MAKEFILE= Makefile.bsd
PLIST_FILES= bin/gpte \
man/man8/gpte.8.gz
post-extract:
cd ${WRKSRC} && ${CP} Makefile.bsd Makefile
.include <bsd.port.mk>