summaryrefslogtreecommitdiff
path: root/net/ddclient
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-16 13:14:01 +0000
committerjlam <jlam@pkgsrc.org>2004-01-16 13:14:01 +0000
commit5141fb37177c518b3e460205f55af1ec26c166cf (patch)
tree3203ba4008cf56dd9a35cc55b5be31803f45b66b /net/ddclient
parent5474f8d7672262357f8ee26281eb773a736a2cc6 (diff)
downloadpkgsrc-5141fb37177c518b3e460205f55af1ec26c166cf.tar.gz
PERL5_PATH not necessary here since ddclient starts itself using ${PERL5}.
Diffstat (limited to 'net/ddclient')
-rw-r--r--net/ddclient/Makefile3
-rw-r--r--net/ddclient/files/ddclient.sh4
2 files changed, 3 insertions, 4 deletions
diff --git a/net/ddclient/Makefile b/net/ddclient/Makefile
index a025dae66fa..6662b5a9f8c 100644
--- a/net/ddclient/Makefile
+++ b/net/ddclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/16 12:55:21 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/16 13:14:01 jlam Exp $
DISTNAME= ddclient-3.6.2
CATEGORIES= net
@@ -17,7 +17,6 @@ DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
DOCDIR= ${PREFIX}/share/doc/ddclient
EGDIR= ${PREFIX}/share/examples/ddclient
RCD_SCRIPTS= ddclient
-FILES_SUBST+= PERL5_PATH=${PERL5_PATH}
CONF_FILES_PERMS= ${EGDIR}/sample-etc_ddclient.conf \
${PKG_SYSCONFDIR}/ddclient.conf \
${ROOT_USER} ${ROOT_GROUP} 0600
diff --git a/net/ddclient/files/ddclient.sh b/net/ddclient/files/ddclient.sh
index e55f4161498..aeea0ccb215 100644
--- a/net/ddclient/files/ddclient.sh
+++ b/net/ddclient/files/ddclient.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: ddclient.sh,v 1.5 2004/01/16 12:55:21 jlam Exp $
+# $NetBSD: ddclient.sh,v 1.6 2004/01/16 13:14:01 jlam Exp $
#
# Dynamic DNS update client
#
@@ -13,7 +13,7 @@ fi
name="ddclient"
rcvar=${name}
-command="@PERL5_PATH@"
+command="@PERL5@"
daemon="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="${daemon} @PKG_SYSCONFDIR@/${name}.conf"