diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-09 23:23:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-09 23:23:17 +0000 |
commit | 26f994709353e2e28e920e2338ce050e2f36f099 (patch) | |
tree | 423f7aeb7a6cdc2c41e0c094de5e3b4e987ad511 /irc/ircservices | |
parent | ff54c475e1c9a19d47fb6b3d97fad06870a6cfb5 (diff) |
Can build properly has user, NEED_ROOT is not needed here.
while here trim comment
Notes
Notes:
svn path=/head/; revision=339300
Diffstat (limited to 'irc/ircservices')
-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 |