1
0
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:
Antoine Brodin 2014-09-07 11:59:25 +00:00
parent 61658459d5
commit d383b70d37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367527
2 changed files with 4 additions and 16 deletions

View File

@ -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>

View File

@ -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>