aboutsummaryrefslogtreecommitdiff
path: root/editors/hexpert
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-07 11:59:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-07 11:59:25 +0000
commitd383b70d37daabd6e4672da416ebe77b9583546b (patch)
treecc93d243377193977706386c918d291379f04028 /editors/hexpert
parent61658459d5b9c1132821767358cbc23646bc1d79 (diff)
downloadports-d383b70d37daabd6e4672da416ebe77b9583546b.tar.gz
ports-d383b70d37daabd6e4672da416ebe77b9583546b.zip
Allow staging as a regular user and simplify
Notes
Notes: svn path=/head/; revision=367527
Diffstat (limited to 'editors/hexpert')
-rw-r--r--editors/hexpert/Makefile6
-rw-r--r--editors/hexpert/files/patch-Makefile14
2 files changed, 4 insertions, 16 deletions
diff --git a/editors/hexpert/Makefile b/editors/hexpert/Makefile
index 304d5cc89030..c777711376c0 100644
--- a/editors/hexpert/Makefile
+++ b/editors/hexpert/Makefile
@@ -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>
diff --git a/editors/hexpert/files/patch-Makefile b/editors/hexpert/files/patch-Makefile
deleted file mode 100644
index 42fd6d09be46..000000000000
--- a/editors/hexpert/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig 2001-03-10 15:43:57.000000000 +0900
-+++ Makefile 2010-10-13 18:00:22.000000000 +0900
-@@ -1,8 +1,10 @@
- PROG= hex
--NOMAN= bah
-+NO_MAN= bah
- BINDIR= ${PREFIX}/bin
-
- LDADD= -lcurses
- DPADD= ${LIBCURSES}
-
-+NO_OBJ= true
-+
- .include <bsd.prog.mk>