diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 12:25:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 12:25:46 +0000 |
commit | ab098bfa3d001f187e0db9889ddee496074b6b8f (patch) | |
tree | b435d6f78aad5f535f16b879583ccc2c1f8aa552 /textproc/markdown | |
parent | 519dacca72eb1640b13f1a75f4c2f331c9cd49f6 (diff) | |
download | ports-ab098bfa3d001f187e0db9889ddee496074b6b8f.tar.gz ports-ab098bfa3d001f187e0db9889ddee496074b6b8f.zip |
Notes
Diffstat (limited to 'textproc/markdown')
-rw-r--r-- | textproc/markdown/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/markdown/Makefile b/textproc/markdown/Makefile index cd3bbcfe3862..170741971fe6 100644 --- a/textproc/markdown/Makefile +++ b/textproc/markdown/Makefile @@ -14,6 +14,8 @@ COMMENT= A text-to-HTML conversion tool for web writers USE_ZIP= yes USE_PERL5= yes NO_BUILD= yes +USES= shebangfix +SHEBANG_FILES= Markdown.pl .if !defined(NOPORTDOCS) PORTDOCS= License.text Markdown-Readme.text @@ -21,9 +23,6 @@ PORTDOCS= License.text Markdown-Readme.text PLIST_FILES= bin/markdown -post-patch: - ${PERL} -pi -e "s#/usr/bin/perl#${PERL}#" ${WRKSRC}/Markdown.pl - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${PREFIX}/bin/markdown .if !defined(NOPORTDOCS) |