diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-21 15:07:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-21 15:07:44 +0000 |
commit | d904771c3a09ec9c456d4f3b3de39c360cfda7c6 (patch) | |
tree | 2f159945f205b4c8a3ac19ecb50981607df4e42f /irc/ircd-hybrid/Makefile | |
parent | 68e30f11e964a2c37894cbe5e0ba18488ea0b5bd (diff) |
- Move .pid file to /var/run
PR: ports/83089
Submitted by: Radim Kolar <hsn@netmag.cz>
Approved by: maintainer timeout (14 days)
Notes
Notes:
svn path=/head/; revision=139823
Diffstat (limited to 'irc/ircd-hybrid/Makefile')
-rw-r--r-- | irc/ircd-hybrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-hybrid/Makefile b/irc/ircd-hybrid/Makefile index 4a682764dc14..d2f2890db83f 100644 --- a/irc/ircd-hybrid/Makefile +++ b/irc/ircd-hybrid/Makefile @@ -7,7 +7,7 @@ PORTNAME= ircd-hybrid PORTVERSION= 7.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ircd-hybrid |