summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-09-19 22:18:46 +0000
committerhubertf <hubertf>2002-09-19 22:18:46 +0000
commit48f84a8625df3617c20b84b80cecaf6f4b6e0080 (patch)
treec83faef7e7ae615531c7fb4fe31e2581e6f5bf73 /net
parentadb69093076518b2b50fe6f98631c456b6822a57 (diff)
downloadpkgsrc-48f84a8625df3617c20b84b80cecaf6f4b6e0080.tar.gz
tweak
Diffstat (limited to 'net')
-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";