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 /ftp | |
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 'ftp')
-rw-r--r-- | ftp/ftpmirror/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index 9ffa431e02e5..77e0473942f3 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -17,7 +17,6 @@ COMMENT= An utility to mirror directory hierarchy with FTP RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS USE_PERL5= yes GNU_CONFIGURE= yes |