diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 20:28:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 20:28:06 +0800 |
commit | 29496fae88b800e51ab86aebf105f74a36ea04b1 (patch) | |
tree | 406f01a7ff9dd0d82e09b6580e22998191a19fdd /irc | |
parent | 82bdeff7418c2479d02e71c48ba1a67728f3734f (diff) | |
download | freebsd-ports-gnome-29496fae88b800e51ab86aebf105f74a36ea04b1.tar.gz freebsd-ports-gnome-29496fae88b800e51ab86aebf105f74a36ea04b1.tar.zst freebsd-ports-gnome-29496fae88b800e51ab86aebf105f74a36ea04b1.zip |
Allow staging as a regular user
Diffstat (limited to 'irc')
-rw-r--r-- | irc/icbirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/icbirc/Makefile b/irc/icbirc/Makefile index 46572935d5bc..c6add6a4c9bc 100644 --- a/irc/icbirc/Makefile +++ b/irc/icbirc/Makefile @@ -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 \ |