svn commit: r368226 - head/editors/manedit
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 14 20:48:05 UTC 2014
Author: antoine
Date: Sun Sep 14 20:48:04 2014
New Revision: 368226
URL: http://svnweb.freebsd.org/changeset/ports/368226
QAT: https://qat.redports.org/buildarchive/r368226/
Log:
Allow staging as a regular user
Modified:
head/editors/manedit/Makefile
Modified: head/editors/manedit/Makefile
==============================================================================
--- head/editors/manedit/Makefile Sun Sep 14 20:38:48 2014 (r368225)
+++ head/editors/manedit/Makefile Sun Sep 14 20:48:04 2014 (r368226)
@@ -13,7 +13,7 @@ COMMENT= UNIX manual page editor and vie
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
More information about the svn-ports-all
mailing list