diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 13:27:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-04 13:27:58 +0000 |
commit | 1beeccf64dbbd43f1d85477234a88ecfc9af1f45 (patch) | |
tree | 7cfdb21da260165b6d5880d95fc52aa5fa3ee558 | |
parent | Use MAKE_ARGS instead of patching the Makefile (diff) |
Fix option name
Reported by: danfe
Notes
Notes:
svn path=/head/; revision=350114
-rw-r--r-- | net/svnup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/svnup/Makefile b/net/svnup/Makefile index 71785e420ee9..ddf167253df4 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \ MAINTAINER= jcm@visi.com COMMENT= Lightweight program to pull source from an Apache Subversion server -OPTIONS_DEFINE= docs +OPTIONS_DEFINE= DOCS LICENSE= BSD2CLAUSE |