Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 11:59:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367527 - in head/editors/hexpert: . files
Message-ID:  <201409071159.s87BxQSo041636@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071159.s87BxQSo041636>