diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-10 07:23:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-10 07:23:17 +0800 |
commit | 2cdc13d32ba89148b06b827c3ef2e8030a484956 (patch) | |
tree | 423f7aeb7a6cdc2c41e0c094de5e3b4e987ad511 /irc | |
parent | feffcec2465fe768243a22a94e1ebac9a0c85555 (diff) | |
download | freebsd-ports-gnome-2cdc13d32ba89148b06b827c3ef2e8030a484956.tar.gz freebsd-ports-gnome-2cdc13d32ba89148b06b827c3ef2e8030a484956.tar.zst freebsd-ports-gnome-2cdc13d32ba89148b06b827c3ef2e8030a484956.zip |
Can build properly has user, NEED_ROOT is not needed here.
while here trim comment
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircservices/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/ircservices/Makefile b/irc/ircservices/Makefile index 1f2ee1099aef..c86f4d496de5 100644 --- a/irc/ircservices/Makefile +++ b/irc/ircservices/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.ircservices.za.net/download/ \ ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/ MAINTAINER= rum1cro@yandex.ru -COMMENT= A system of IRC services for IRC networks +COMMENT= System of IRC services for IRC networks LICENSE= GPLv2 @@ -24,7 +24,6 @@ DIST_SUBDIR= ${PORTNAME} CONFIGURE_ARGS= -bindest ${PREFIX}/sbin -datdest ${PREFIX}/etc/ircservices \ -cflags "${CFLAGS}" -cc "${CC}" MAKE_JOBS_UNSAFE= yes -NEED_ROOT= yes IRCSERVICES_LANG?= EN_US |