aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-15 04:48:04 +0800
committerantoine <antoine@FreeBSD.org>2014-09-15 04:48:04 +0800
commit61f5c670e9a1db7f67f3cc7e55e21a4042a0e0db (patch)
tree53b2688b194ea3eb2d48a7e26022afda7a733dd8 /editors
parentce684e43eb2ac68a99a4fe7d7288e521923a5141 (diff)
downloadfreebsd-ports-gnome-61f5c670e9a1db7f67f3cc7e55e21a4042a0e0db.tar.gz
freebsd-ports-gnome-61f5c670e9a1db7f67f3cc7e55e21a4042a0e0db.tar.zst
freebsd-ports-gnome-61f5c670e9a1db7f67f3cc7e55e21a4042a0e0db.zip
Allow staging as a regular user
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