diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 19:59:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 19:59:25 +0800 |
commit | 54a178b2eda7a0e63f1c674a26265e64118577d2 (patch) | |
tree | cc93d243377193977706386c918d291379f04028 /editors/hexpert | |
parent | 45e63198ed3562bf865a7af69b15f7815d818ec5 (diff) | |
download | freebsd-ports-gnome-54a178b2eda7a0e63f1c674a26265e64118577d2.tar.gz freebsd-ports-gnome-54a178b2eda7a0e63f1c674a26265e64118577d2.tar.zst freebsd-ports-gnome-54a178b2eda7a0e63f1c674a26265e64118577d2.zip |
Allow staging as a regular user and simplify
Diffstat (limited to 'editors/hexpert')
-rw-r--r-- | editors/hexpert/Makefile | 6 | ||||
-rw-r--r-- | editors/hexpert/files/patch-Makefile | 14 |
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> |