diff options
author | pav <pav@FreeBSD.org> | 2006-08-29 01:59:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-08-29 01:59:14 +0800 |
commit | afb65df310f9617d57ccbef2bcc575ac9eca524e (patch) | |
tree | 5a5d209db9cf93757a5135908fb76a5cd25db5a6 /textproc | |
parent | 9a0a90bb7a73c06929d18b6db8b7640787c6bdd4 (diff) | |
download | freebsd-ports-gnome-afb65df310f9617d57ccbef2bcc575ac9eca524e.tar.gz freebsd-ports-gnome-afb65df310f9617d57ccbef2bcc575ac9eca524e.tar.zst freebsd-ports-gnome-afb65df310f9617d57ccbef2bcc575ac9eca524e.zip |
- Update to 0.0.25
- Install documentation
PR: ports/102614
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uncrustify/Makefile | 10 | ||||
-rw-r--r-- | textproc/uncrustify/distinfo | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index 421b5054b359..7dd6f8269fa1 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uncrustify -PORTVERSION= 0.0.24 +PORTVERSION= 0.0.25 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,4 +18,12 @@ COMMENT= Highly configurable source code beautifier GNU_CONFIGURE= yes USE_GMAKE= yes +.if !defined(NOPORTDOCS) +PORTDOCS= * +post-install: + cd ${WRKSRC}/documentation; \ + ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; ; \ + ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; +.endif + .include <bsd.port.mk> diff --git a/textproc/uncrustify/distinfo b/textproc/uncrustify/distinfo index 54abb18a0cf0..3fab2243dd88 100644 --- a/textproc/uncrustify/distinfo +++ b/textproc/uncrustify/distinfo @@ -1,3 +1,3 @@ -MD5 (uncrustify-0.0.24.tgz) = f312961ae0ea29c330ba7f4e8dbc4843 -SHA256 (uncrustify-0.0.24.tgz) = eafbead700e864839bcaf4cc7b4c30d1c71525af9be67b13fe9f64ebb23dacc4 -SIZE (uncrustify-0.0.24.tgz) = 373970 +MD5 (uncrustify-0.0.25.tgz) = 6c27651d592535df611f627236e1d278 +SHA256 (uncrustify-0.0.25.tgz) = b1b4358d16051b1ae72e179b25a9d4ce03af469d3ba5109209e217a5e41259ca +SIZE (uncrustify-0.0.25.tgz) = 427031 |