summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-17 08:37:49 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-17 08:37:49 +0000
commitedd372b52bb531eda6357af0246195f3eddc8604 (patch)
tree84195baa8c78bdc15d6b73b4605b2dd42d79ecb9 /irc
parentBROKEN: Does not install. This port is scheduled for removal on April 16 (diff)
- Use PLIST_FILES/PLIST_DIRS
- Fix pkg-descr - Bump PORTREVISION PR: ports/62940 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=101154
Diffstat (limited to 'irc')
-rw-r--r--irc/srvx/Makefile14
-rw-r--r--irc/srvx/pkg-descr4
-rw-r--r--irc/srvx/pkg-plist12
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