diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-20 15:57:06 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-20 15:57:06 +0000 |
commit | 916b4af3ba55edcd10a1bc2c32453f17f4ff6d97 (patch) | |
tree | bf111595c388a2e6214dfd1e861d44efaaefb45a /textproc/discount | |
parent | 3680b39d3a4b7a3caa9edcbd9199f37393c2712d (diff) | |
download | ports-916b4af3ba55edcd10a1bc2c32453f17f4ff6d97.tar.gz ports-916b4af3ba55edcd10a1bc2c32453f17f4ff6d97.zip |
Notes
Diffstat (limited to 'textproc/discount')
-rw-r--r-- | textproc/discount/Makefile | 29 | ||||
-rw-r--r-- | textproc/discount/distinfo | 6 |
2 files changed, 20 insertions, 15 deletions
diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile index 3acd57378be7..7f3e486c28c8 100644 --- a/textproc/discount/Makefile +++ b/textproc/discount/Makefile @@ -6,7 +6,7 @@ # PORTNAME= discount -PORTVERSION= 1.3.5 +PORTVERSION= 1.4.0 CATEGORIES= textproc devel MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/markdown/ @@ -15,22 +15,27 @@ COMMENT= A C implementation of the Markdown markup language HAS_CONFIGURE= yes CONFIGURE_SCRIPT=configure.sh -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --mandir=${MANPREFIX}/man +MAKE_JOBS_SAFE= yes INSTALL_TARGET= install install.man MAN1= markdown.1 -MAN3= mkd-functions.3 \ - markdown.3 \ - mkd_text.3 \ - mkd_in.3 \ - mkd_string.3 \ - mkd_compile.3 \ - mkd_style.3 \ - mkd_generatehtml.3 \ +MAN3= markdown.3 \ + mkd-functions.3 \ + mkd-line.3 \ mkd_cleanup.3 \ - mkd_doc_title.3 \ + mkd_compile.3 \ + mkd_css.3 \ mkd_doc_author.3 \ - mkd_doc_date.3 + mkd_doc_date.3 \ + mkd_doc_title.3 \ + mkd_generatecss.3 \ + mkd_generatehtml.3 \ + mkd_generateline.3 \ + mkd_in.3 \ + mkd_line.3 \ + mkd_string.3 MAN7= markdown.7 \ mkd-extensions.7 PLIST_FILES= bin/markdown \ diff --git a/textproc/discount/distinfo b/textproc/discount/distinfo index 5be08ed79a4b..54d4f7bbcc29 100644 --- a/textproc/discount/distinfo +++ b/textproc/discount/distinfo @@ -1,3 +1,3 @@ -MD5 (discount-1.3.5.tar.gz) = 2036c43368e3c5114206102b9ec91c50 -SHA256 (discount-1.3.5.tar.gz) = 3bac9a19ce8126b72407e34b428a6b9ee94019076dd6db03940a2c5745550656 -SIZE (discount-1.3.5.tar.gz) = 70287 +MD5 (discount-1.4.0.tar.gz) = 8db8fed4b5a5202959d12c772abd74dc +SHA256 (discount-1.4.0.tar.gz) = d19cb97b5000706e557b9e2c54ae6e19abbe90159149e5fcdf6232bc291044f0 +SIZE (discount-1.4.0.tar.gz) = 72040 |