summaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authortaca <taca>2002-10-06 04:08:10 +0000
committertaca <taca>2002-10-06 04:08:10 +0000
commitccae17d68b68da378d0f594a39b48a535b6e65bb (patch)
tree125b913f336b17b2f736e3516b0893740c6c35af /net/vtun
parentc20025084d0f40cd8303f9be9f3a32cffe596f76 (diff)
downloadpkgsrc-ccae17d68b68da378d0f594a39b48a535b6e65bb.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/vtun')
-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@"