- Use PLIST_FILES/PLIST_DIRS

- Fix pkg-descr
- Bump PORTREVISION

PR:		ports/62940
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-02-17 08:37:49 +00:00
parent 821b90c40f
commit edd372b52b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101154
3 changed files with 16 additions and 14 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= srvx PORTNAME= srvx
PORTVERSION= 1.2.1 PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= irc net CATEGORIES= irc net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= srvx MASTER_SITE_SUBDIR= srvx
@ -25,6 +26,19 @@ CONFIGURE_ARGS+= --enable-debug
CONFIGURE_ARGS+= --with-protocol=bahamut CONFIGURE_ARGS+= --with-protocol=bahamut
.endif .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: pre-fetch:
@ ${ECHO} "" @ ${ECHO} ""
@ ${ECHO} "--------------------------------------------------------------------------------" @ ${ECHO} "--------------------------------------------------------------------------------"

View File

@ -1,5 +1,5 @@
srvx is a set of IRC services for ircu P10 protocol networks; it 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 IRC Network. srvx is designed to be a fast, extensible, scalable
and reliable provider of NickServ, ChanServ, HelpServ, OperServ, and reliable provider of NickServ, ChanServ, HelpServ, OperServ,
and Global services as well as advanced proxy detection. 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 the terms and conditions of the GNU General Public License, commonly known
as the GNU GPL. 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 Note that only one of the many authors is listed below, see website for a
full list. full list.

View File

@ -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