diff options
author | krion <krion@FreeBSD.org> | 2004-02-17 16:37:49 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-17 16:37:49 +0800 |
commit | 54fd70b2a8561f7ec1a29aa9e932a3fe62d07a9e (patch) | |
tree | 54e1f1ada04ba2441a18acae1f4479409072ad45 /irc | |
parent | 4079c1b9e1e8e676b853cb5c096a9655b9c6bdf2 (diff) | |
download | freebsd-ports-gnome-54fd70b2a8561f7ec1a29aa9e932a3fe62d07a9e.tar.gz freebsd-ports-gnome-54fd70b2a8561f7ec1a29aa9e932a3fe62d07a9e.tar.zst freebsd-ports-gnome-54fd70b2a8561f7ec1a29aa9e932a3fe62d07a9e.zip |
- Use PLIST_FILES/PLIST_DIRS
- Fix pkg-descr
- Bump PORTREVISION
PR: ports/62940
Submitted by: maintainer
Diffstat (limited to 'irc')
-rw-r--r-- | irc/srvx/Makefile | 14 | ||||
-rw-r--r-- | irc/srvx/pkg-descr | 4 | ||||
-rw-r--r-- | irc/srvx/pkg-plist | 12 |
3 files changed, 16 insertions, 14 deletions
diff --git a/irc/srvx/Makefile b/irc/srvx/Makefile index 46937324d6dc..cb05683882d6 100644 --- a/irc/srvx/Makefile +++ b/irc/srvx/Makefile @@ -7,6 +7,7 @@ PORTNAME= srvx PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= irc net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= srvx @@ -25,6 +26,19 @@ CONFIGURE_ARGS+= --enable-debug CONFIGURE_ARGS+= --with-protocol=bahamut .endif +PLIST_FILES= bin/srvx etc/srvx.conf.example \ + etc/sockcheck.conf.example \ + share/doc/${PORTNAME}/chanserv.help \ + share/doc/${PORTNAME}/global.help \ + share/doc/${PORTNAME}/helpserv.help \ + share/doc/${PORTNAME}/modcmd.help \ + share/doc/${PORTNAME}/nickserv.help \ + share/doc/${PORTNAME}/opserv.help \ + share/doc/${PORTNAME}/saxdb.help \ + share/doc/${PORTNAME}/sendmail.help \ + share/doc/${PORTNAME}/sockcheck.help +PLIST_DIRS= share/doc/${PORTNAME} + pre-fetch: @ ${ECHO} "" @ ${ECHO} "--------------------------------------------------------------------------------" diff --git a/irc/srvx/pkg-descr b/irc/srvx/pkg-descr index b8a4304972bf..14e1ee720da4 100644 --- a/irc/srvx/pkg-descr +++ b/irc/srvx/pkg-descr @@ -1,5 +1,5 @@ srvx is a set of IRC services for ircu P10 protocol networks; it -is developed by a team of programmers affiliated with the GamesNET +is developed by a team of programmers affiliated with the GameSurge IRC Network. srvx is designed to be a fast, extensible, scalable and reliable provider of NickServ, ChanServ, HelpServ, OperServ, and Global services as well as advanced proxy detection. @@ -8,7 +8,7 @@ srvx is open source software; the source is available for download under the terms and conditions of the GNU General Public License, commonly known as the GNU GPL. -The authors can be contacted via irc on irc.gamesnet.net in channel #srvx. +The authors can be contacted via irc on irc.gamesurge.net in channel #srvx. Note that only one of the many authors is listed below, see website for a full list. diff --git a/irc/srvx/pkg-plist b/irc/srvx/pkg-plist deleted file mode 100644 index 71da6b738780..000000000000 --- a/irc/srvx/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/srvx -etc/srvx.conf.example -etc/sockcheck.conf.example -%%DOCSDIR%%/chanserv.help -%%DOCSDIR%%/global.help -%%DOCSDIR%%/helpserv.help -%%DOCSDIR%%/modcmd.help -%%DOCSDIR%%/nickserv.help -%%DOCSDIR%%/opserv.help -%%DOCSDIR%%/saxdb.help -%%DOCSDIR%%/sendmail.help -%%DOCSDIR%%/sockcheck.help |