summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-14 20:48:04 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-14 20:48:04 +0000
commitbbd1c0a17be1e2fb0b4859b4fb87f8b5622ea677 (patch)
tree53b2688b194ea3eb2d48a7e26022afda7a733dd8 /editors
parent- Use the ports framework to create user/group (diff)
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=368226
Diffstat (limited to 'editors')
-rw-r--r--editors/manedit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile
index b059f42c0ceb..c5e92098165b 100644
--- a/editors/manedit/Makefile
+++ b/editors/manedit/Makefile
@@ -13,7 +13,7 @@ COMMENT= UNIX manual page editor and viewer
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
MAKEFILE= Makefile.FreeBSD
-USES= tar:bzip2
+USES= tar:bzip2
USE_GNOME= gtk12
MAKE_ARGS= STAGEDIR="$(STAGEDIR)"
@@ -26,6 +26,7 @@ post-patch:
@${REINPLACE_CMD} -e '/^MAN/s/.bz2//' \
-e 's/(PREFIX)/(STAGEDIR)$$&/' \
-e '/@echo/s/^/#/' \
+ -e 's/-o root -g wheel//' \
${WRKSRC}/Makefile.install.FreeBSD
@${REINPLACE_CMD} -e '/^SRC_C =/s//& mntent_compat.c/' \
${WRKSRC}/Makefile.srclist