mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Allow staging as a regular user and simplify
This commit is contained in:
parent
61658459d5
commit
d383b70d37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367527
@ -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>
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user