aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-07 19:49:17 +0800
committerantoine <antoine@FreeBSD.org>2014-09-07 19:49:17 +0800
commit45e63198ed3562bf865a7af69b15f7815d818ec5 (patch)
tree25c8925d8792191bc6b3bbb0ffd995c5ed6bfbc4 /sysutils
parent63fc07f8604359f634485274499be7800db42326 (diff)
downloadfreebsd-ports-gnome-45e63198ed3562bf865a7af69b15f7815d818ec5.tar.gz
freebsd-ports-gnome-45e63198ed3562bf865a7af69b15f7815d818ec5.tar.zst
freebsd-ports-gnome-45e63198ed3562bf865a7af69b15f7815d818ec5.zip
Allow staging as a regular user and simplify
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gpte/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gpte/Makefile b/sysutils/gpte/Makefile
index 6b8ec70f1558..f0974b182172 100644
--- a/sysutils/gpte/Makefile
+++ b/sysutils/gpte/Makefile
@@ -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>