svn commit: r367527 - in head/editors/hexpert: . files

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 11:59:26 UTC 2014


Author: antoine
Date: Sun Sep  7 11:59:25 2014
New Revision: 367527
URL: http://svnweb.freebsd.org/changeset/ports/367527
QAT: https://qat.redports.org/buildarchive/r367527/

Log:
  Allow staging as a regular user and simplify

Deleted:
  head/editors/hexpert/files/
Modified:
  head/editors/hexpert/Makefile

Modified: head/editors/hexpert/Makefile
==============================================================================
--- head/editors/hexpert/Makefile	Sun Sep  7 11:49:17 2014	(r367526)
+++ head/editors/hexpert/Makefile	Sun Sep  7 11:59:25 2014	(r367527)
@@ -4,12 +4,14 @@
 PORTNAME=	hexpert
 PORTVERSION=	2.4.1
 CATEGORIES=	editors
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	peter
+MASTER_SITES=	LOCAL/peter
 
 MAINTAINER=	peter at FreeBSD.org
 COMMENT=	Hexpert - a simple but flexible binary file editor
 
+USES=		uidfix
+MAKE_ENV=	NO_MAN=yes NO_OBJ=yes
+
 PLIST_FILES=	bin/hex
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list