summaryrefslogtreecommitdiff
path: root/net/6to4
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-09-19 22:18:46 +0000
committerhubertf <hubertf@pkgsrc.org>2002-09-19 22:18:46 +0000
commit8a3663c88b8b9b6d445101828cca0e9a18f54c46 (patch)
treec83faef7e7ae615531c7fb4fe31e2581e6f5bf73 /net/6to4
parent12d462a1a528439553287a956fb39b93f2b00fbb (diff)
downloadpkgsrc-8a3663c88b8b9b6d445101828cca0e9a18f54c46.tar.gz
tweak
Diffstat (limited to 'net/6to4')
-rwxr-xr-xnet/6to4/files/6to44
1 files changed, 2 insertions, 2 deletions
diff --git a/net/6to4/files/6to4 b/net/6to4/files/6to4
index 29bd4f31381..8f753bdb1dd 100755
--- a/net/6to4/files/6to4
+++ b/net/6to4/files/6to4
@@ -1,11 +1,11 @@
-#!/usr/pkg/bin/perl
+#!@LOCALBASE@/bin/perl
#
# Setup 6to4 IPv6, for NetBSD (and maybe others)
#
# (c) Copyright 2000-2002 Hubert Feyrer <hubert@feyrer.de>
#
-$etcdir="/usr/pkg/etc";
+$etcdir="@PREFIX@/etc";
#$etcdir="/usr/pkg/etc"; # debug
require "$etcdir/6to4.conf";