aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portaudit/files/portaudit.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/portaudit/files/portaudit.conf')
-rw-r--r--ports-mgmt/portaudit/files/portaudit.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/ports-mgmt/portaudit/files/portaudit.conf b/ports-mgmt/portaudit/files/portaudit.conf
deleted file mode 100644
index 5b2f5363cbcf..000000000000
--- a/ports-mgmt/portaudit/files/portaudit.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Sample configuration file for portaudit(1)
-#
-# copy to %%PREFIX%%/etc/portaudit.conf
-#
-# $FreeBSD$
-#
-
-# specify a proxy if needed, see fetch(3)
-#FETCH_ENV="FTP_PROXY=http://ftp.proxy.sample/ HTTP_PROXY=http://http.proxy.sample:80/"
-
-# default fetch command
-#FETCH_CMD="/usr/bin/fetch -1m"
-
-# use passive ftp transfers with extra verbose mode, see fetch(1)
-#FETCH_BEFORE_ARGS="-p -vvv"
-
-#FETCH_AFTER_ARGS=
-
-# specify a local mirror here
-#MASTER_SITES="http://my.mirror.sample/path/portaudit/"
-
-# uncomment to prefer the UK mirror, jp, se, tw and uk are available
-#MASTER_SORT_REGEX="\.uk[.\/]"