diff options
author | garga <garga@FreeBSD.org> | 2012-08-04 02:39:20 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-08-04 02:39:20 +0800 |
commit | bbd52a37aa0e3adb9cce59dbf30f2d4b2dd238df (patch) | |
tree | d78a4806b7f5a79e33a1bd817d20ef5a5ab8f91d /security/checkpassword | |
parent | c361cdf6b7c358ae570beb45d2cec85aa0b53da9 (diff) | |
download | freebsd-ports-gnome-bbd52a37aa0e3adb9cce59dbf30f2d4b2dd238df.tar.gz freebsd-ports-gnome-bbd52a37aa0e3adb9cce59dbf30f2d4b2dd238df.tar.zst freebsd-ports-gnome-bbd52a37aa0e3adb9cce59dbf30f2d4b2dd238df.zip |
Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by: sunpoet@
Diffstat (limited to 'security/checkpassword')
-rw-r--r-- | security/checkpassword/Makefile | 1 |
1 files changed, 0 insertions, 1 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 |