summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca>2002-10-06 04:08:10 +0000
committertaca <taca>2002-10-06 04:08:10 +0000
commit21e59abe3c9834826161374dc46b9544147e3360 (patch)
tree125b913f336b17b2f736e3516b0893740c6c35af /net
parent3774edccddf94ff7620254db46280b30c1aac973 (diff)
downloadpkgsrc-21e59abe3c9834826161374dc46b9544147e3360.tar.gz
Remove setting PKGNAME and STAGE from position parameters ($1 and $2).
We don't need them any more under current bsd.pkg.install.mk.
Diffstat (limited to 'net')
-rw-r--r--net/vtun/DEINSTALL5
-rw-r--r--net/vtun/INSTALL5
2 files changed, 2 insertions, 8 deletions
diff --git a/net/vtun/DEINSTALL b/net/vtun/DEINSTALL
index 2a85afd2fca..57b857a3fa3 100644
--- a/net/vtun/DEINSTALL
+++ b/net/vtun/DEINSTALL
@@ -1,9 +1,6 @@
#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.2 2001/11/25 19:22:18 jlam Exp $
-
-PKGNAME=$1
-STAGE=$2
+# $NetBSD: DEINSTALL,v 1.3 2002/10/06 04:08:10 taca Exp $
CAT="@CAT@"
CMP="@CMP@"
diff --git a/net/vtun/INSTALL b/net/vtun/INSTALL
index 3f841811066..73833df38e3 100644
--- a/net/vtun/INSTALL
+++ b/net/vtun/INSTALL
@@ -1,9 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.2 2001/11/25 19:22:19 jlam Exp $
-
-PKGNAME=$1
-STAGE=$2
+# $NetBSD: INSTALL,v 1.3 2002/10/06 04:08:11 taca Exp $
CAT="@CAT@"
CHMOD="@CHMOD@"