aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2012-08-03 18:39:20 +0000
committerRenato Botelho <garga@FreeBSD.org>2012-08-03 18:39:20 +0000
commit1fee5c0c7cc52a407af9d32425eb540f62d23379 (patch)
treed78a4806b7f5a79e33a1bd817d20ef5a5ab8f91d /security
parent1000b02e5dcde9c7d5eafda9f4b8b96f55ca5d27 (diff)
downloadports-1fee5c0c7cc52a407af9d32425eb540f62d23379.tar.gz
ports-1fee5c0c7cc52a407af9d32425eb540f62d23379.zip
Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by: sunpoet@
Notes
Notes: svn path=/head/; revision=301967
Diffstat (limited to 'security')
-rw-r--r--security/checkpassword/Makefile1
-rw-r--r--security/cmd5checkpw/Makefile1
-rw-r--r--security/keychain/Makefile1
-rw-r--r--security/scanhill/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile
index 26a50c3a2703..20797837b3c1 100644
--- a/security/checkpassword/Makefile
+++ b/security/checkpassword/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= garga@FreeBSD.org
COMMENT= A simple password-checking interface
OPTIONS_DEFINE= DOCS
-OPTIONS_DEFAULT=DOCS
ALL_TARGET= it
INSTALL_TARGET= setup
diff --git a/security/cmd5checkpw/Makefile b/security/cmd5checkpw/Makefile
index 437180ecfbc3..99449e0714c3 100644
--- a/security/cmd5checkpw/Makefile
+++ b/security/cmd5checkpw/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= garga@FreeBSD.org
COMMENT= Checkpassword compatible authentication program that uses CRAM-MD5
OPTIONS_DEFINE= DOCS
-OPTIONS_DEFAULT=DOCS
MAN8= cmd5checkpw.8
diff --git a/security/keychain/Makefile b/security/keychain/Makefile
index 5cfcb4fdb67d..9271c9de55a9 100644
--- a/security/keychain/Makefile
+++ b/security/keychain/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= garga@FreeBSD.org
COMMENT= A user-friendly front-end to ssh-agent(1)
OPTIONS_DEFINE= DOCS
-OPTIONS_DEFAULT=DOCS
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/security/scanhill/Makefile b/security/scanhill/Makefile
index baa7e7f8a528..7fd48ac43502 100644
--- a/security/scanhill/Makefile
+++ b/security/scanhill/Makefile
@@ -24,7 +24,6 @@ MAKE_JOBS_SAFE= yes
PORTDOCS= README.txt INSTALL.txt mysql.sql
OPTIONS_DEFINE= MYSQL DOCS
-OPTIONS_DEFAULT=DOCS
.include <bsd.port.pre.mk>