diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:17:30 +0000 |
commit | 0068f2d47fabca8b05218243fb099000a6413c86 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/multimarkdown | |
parent | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff) |
Notes
Diffstat (limited to 'textproc/multimarkdown')
-rw-r--r-- | textproc/multimarkdown/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/multimarkdown/Makefile b/textproc/multimarkdown/Makefile index c18b3a8a3c47..6ae6997f185f 100644 --- a/textproc/multimarkdown/Makefile +++ b/textproc/multimarkdown/Makefile @@ -1,7 +1,5 @@ -# Created by: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# PORTNAME= multimarkdown PORTVERSION= 3.7.1 @@ -26,6 +24,7 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/multimarkdown bin/mmd bin/mmd2all bin/mmd2odf bin/mmd2opml bin/mmd2pdf bin/mmd2tex PORTDOCS= LICENSE README.markdown +NO_STAGE= yes .include <bsd.port.options.mk> post-patch: |