aboutsummaryrefslogtreecommitdiff
path: root/textproc/uncrustify/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-08-28 17:59:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-08-28 17:59:14 +0000
commit5da803c9633ce1b062a385e732ac43dcfadd3d87 (patch)
tree47b2ac24b1f6db8c16a18d3f026f9fe8b1a48f0f /textproc/uncrustify/Makefile
parent16f7af4bbca632d19a2646a1e4172bbca7c593d0 (diff)
downloadports-5da803c9633ce1b062a385e732ac43dcfadd3d87.tar.gz
ports-5da803c9633ce1b062a385e732ac43dcfadd3d87.zip
Notes
Diffstat (limited to 'textproc/uncrustify/Makefile')
-rw-r--r--textproc/uncrustify/Makefile10
1 files changed, 9 insertions, 1 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>