summaryrefslogtreecommitdiff
path: root/net/dgd/scripts
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-10-19 15:31:19 +0000
committerAdam David <adam@FreeBSD.org>1994-10-19 15:31:19 +0000
commitd50ac316fc9969968111fe9566c698fa6a4e1fc5 (patch)
treef76c096733e020aeffd68a3b84fc6d2f71867ce8 /net/dgd/scripts
parentMaster site does not accept passive ftp (diff)
Minor tidy up
Notes
Notes: svn path=/head/; revision=246
Diffstat (limited to 'net/dgd/scripts')
-rw-r--r--net/dgd/scripts/configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/dgd/scripts/configure b/net/dgd/scripts/configure
index e6a5e9eb98d8..c65e336baf62 100644
--- a/net/dgd/scripts/configure
+++ b/net/dgd/scripts/configure
@@ -1,14 +1,3 @@
#!/bin/sh
#
-if [ $# -ne 3 ]; then
- echo "This script should only be run by the Makefile."
- exit 1
-fi
-
-# First arg is top level ports directory, second is current directory,
-# third is the directory containing the dist.
-#
-PDIR=$1
-CDIR=$2
-WDIR=$3