diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-15 04:48:04 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-15 04:48:04 +0800 |
commit | bbd1c0a17be1e2fb0b4859b4fb87f8b5622ea677 (patch) | |
tree | 53b2688b194ea3eb2d48a7e26022afda7a733dd8 | |
parent | 3937eb52b5c10517dc4fb426096a3952b37c5ffc (diff) | |
download | freebsd-ports-gnome-bbd1c0a17be1e2fb0b4859b4fb87f8b5622ea677.tar.gz freebsd-ports-gnome-bbd1c0a17be1e2fb0b4859b4fb87f8b5622ea677.tar.zst freebsd-ports-gnome-bbd1c0a17be1e2fb0b4859b4fb87f8b5622ea677.zip |
Allow staging as a regular user
-rw-r--r-- | editors/manedit/Makefile | 3 |
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 |