svn commit: r367535 - head/irc/icbirc

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 12:28:06 UTC 2014


Author: antoine
Date: Sun Sep  7 12:28:06 2014
New Revision: 367535
URL: http://svnweb.freebsd.org/changeset/ports/367535
QAT: https://qat.redports.org/buildarchive/r367535/

Log:
  Allow staging as a regular user

Modified:
  head/irc/icbirc/Makefile

Modified: head/irc/icbirc/Makefile
==============================================================================
--- head/irc/icbirc/Makefile	Sun Sep  7 12:26:35 2014	(r367534)
+++ head/irc/icbirc/Makefile	Sun Sep  7 12:28:06 2014	(r367535)
@@ -13,8 +13,8 @@ COMMENT=	Proxy IRC client and ICB server
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${FILESDIR}/COPYING
 
+USES=		uidfix
 MAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
-MAKE_ARGS+=	-DWITH_INSTALL_AS_USER
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_FILES=	bin/icbirc \


More information about the svn-ports-head mailing list