aboutsummaryrefslogtreecommitdiff
path: root/irc/ptlink-services/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-08-03 16:39:28 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-08-03 16:39:28 +0000
commit53aff2ab8bb87a341290ce54b1ec1852da7ef637 (patch)
tree8c6971aa1c531f519891e21f3d0b59a335ef8779 /irc/ptlink-services/files
parentbd3acbc8dffa3c712df1fb4819acb762aed2a191 (diff)
downloadports-53aff2ab8bb87a341290ce54b1ec1852da7ef637.tar.gz
ports-53aff2ab8bb87a341290ce54b1ec1852da7ef637.zip
- Update to 3.9.2
- Change maintainer emails address - Mark it as BROKEN on 4.x, doesn't build PR: ports/101248 Submitted by: Dennis Cabooter <freebsd at rootxs.org> (maintainer)
Notes
Notes: svn path=/head/; revision=169568
Diffstat (limited to 'irc/ptlink-services/files')
-rw-r--r--irc/ptlink-services/files/patch-configure22
-rw-r--r--irc/ptlink-services/files/pkg-message.in2
2 files changed, 12 insertions, 12 deletions
diff --git a/irc/ptlink-services/files/patch-configure b/irc/ptlink-services/files/patch-configure
index b985a0f7e46b..e7001a94a2d5 100644
--- a/irc/ptlink-services/files/patch-configure
+++ b/irc/ptlink-services/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig Sun Sep 11 12:49:13 2005
-+++ configure Sun Sep 11 12:49:48 2005
-@@ -7562,7 +7562,7 @@
- "
- # Web support: ${web_support}
- echo "#define BINPATH \"${prefix}/bin\"" > include/path.h
--echo "#define ETCPATH \"${prefix}/etc\"" >> include/path.h
-+echo "#define ETCPATH \"${prefix}/etc/ptlink-services\"" >> include/path.h
- echo "#define DATAPATH \"${prefix}/data\"" >> include/path.h
- echo "#define VARPATH \"${prefix}/var\"" >> include/path.h
- echo "#define LOGPATH \"${prefix}/var/log\"" >> include/path.h
+--- configure.orig Wed Aug 2 21:44:34 2006
++++ configure Wed Aug 2 21:44:58 2006
+@@ -6410,7 +6410,7 @@
+ bpath=`eval echo ${bindir}`
+ bpath=`eval echo ${bpath}`
+ cpath=`eval echo ${sysconfdir}`
+-lpath=`eval echo ${localstatedir}`/var
++lpath=`eval echo ${localstatedir}`
+
+ cd libircservice
+ ./configure
diff --git a/irc/ptlink-services/files/pkg-message.in b/irc/ptlink-services/files/pkg-message.in
index 6cdd74c4d8c9..835ee97a9999 100644
--- a/irc/ptlink-services/files/pkg-message.in
+++ b/irc/ptlink-services/files/pkg-message.in
@@ -6,6 +6,6 @@ Edit the configuration files in %%PREFIX%%/etc/ptlink-services to suit
your needs.
Add services_enable="YES" to rc.conf and start ircd by running:
-%%PREFIX%%/etc/rc.d/ptlink-services.sh start
+%%PREFIX%%/etc/rc.d/ptlink-services start
======================================================================