svn commit: r367526 - head/sysutils/gpte

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 11:49:18 UTC 2014


Author: antoine
Date: Sun Sep  7 11:49:17 2014
New Revision: 367526
URL: http://svnweb.freebsd.org/changeset/ports/367526
QAT: https://qat.redports.org/buildarchive/r367526/

Log:
  Allow staging as a regular user and simplify

Modified:
  head/sysutils/gpte/Makefile

Modified: head/sysutils/gpte/Makefile
==============================================================================
--- head/sysutils/gpte/Makefile	Sun Sep  7 11:45:58 2014	(r367525)
+++ head/sysutils/gpte/Makefile	Sun Sep  7 11:49:17 2014	(r367526)
@@ -9,10 +9,10 @@ MASTER_SITES=	ftp://segfault.kiev.ua/pub
 MAINTAINER=	netch at 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>


More information about the svn-ports-head mailing list