diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:25:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:25:25 +0000 |
commit | 90e4be82825ccbf0a54d7f0c86778e37faa24604 (patch) | |
tree | e4d42d1a01d2f26e6678f4a42045d4b7ee2dadf6 /textproc/markdown | |
parent | e42fb6b674459aeb59304ab3398a9804ff8e9237 (diff) | |
download | ports-90e4be82825ccbf0a54d7f0c86778e37faa24604.tar.gz ports-90e4be82825ccbf0a54d7f0c86778e37faa24604.zip |
Notes
Diffstat (limited to 'textproc/markdown')
-rw-r--r-- | textproc/markdown/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/markdown/Makefile b/textproc/markdown/Makefile index da906caa7a7e..d7c232795948 100644 --- a/textproc/markdown/Makefile +++ b/textproc/markdown/Makefile @@ -14,9 +14,8 @@ COMMENT= A text-to-HTML conversion tool for web writers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.text -USE_ZIP= yes NO_BUILD= yes -USES= shebangfix perl5 +USES= shebangfix perl5 zip SHEBANG_FILES= Markdown.pl OPTIONS_DEFINE= DOCS |