- Fix startup issue
- Pass maintainership to submitter PR: ports/130400 Submitted by: Ashish Shukla <wahjava at gmail.com>
This commit is contained in:
parent
21fe6ee426
commit
1dbe9b08f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225882
2 changed files with 15 additions and 1 deletions
|
@ -8,11 +8,12 @@
|
||||||
|
|
||||||
PORTNAME= ctrlproxy
|
PORTNAME= ctrlproxy
|
||||||
PORTVERSION= 3.0.8
|
PORTVERSION= 3.0.8
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= irc
|
CATEGORIES= irc
|
||||||
MASTER_SITES= http://www.ctrlproxy.org/releases/ \
|
MASTER_SITES= http://www.ctrlproxy.org/releases/ \
|
||||||
LOCAL/chinsan/ctrlproxy/
|
LOCAL/chinsan/ctrlproxy/
|
||||||
|
|
||||||
MAINTAINER= chinsan@FreeBSD.org
|
MAINTAINER= wahjava@gmail.com
|
||||||
COMMENT= Flexible IRC proxy
|
COMMENT= Flexible IRC proxy
|
||||||
|
|
||||||
LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls
|
LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls
|
||||||
|
|
13
irc/ctrlproxy/files/patch-Makefile.settings.in
Normal file
13
irc/ctrlproxy/files/patch-Makefile.settings.in
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
$FreeBSD$
|
||||||
|
|
||||||
|
--- Makefile.settings.in.orig
|
||||||
|
+++ Makefile.settings.in
|
||||||
|
@@ -40,6 +40,6 @@
|
||||||
|
XSLTPROC = @XSLTPROC@
|
||||||
|
EXTRA_INSTALL_TARGETS = @EXTRA_INSTALL_TARGETS@
|
||||||
|
DEFAULT_CONFIG_DIR = $(sysconfdir)/ctrlproxy
|
||||||
|
-HELPFILE = $(cdatadir)/help
|
||||||
|
+HELPFILE = $(cdatadir)/help.txt
|
||||||
|
CHECK_CFLAGS = @CHECK_CFLAGS@
|
||||||
|
CHECK_LIBS = @CHECK_LIBS@
|
Loading…
Reference in a new issue