aboutsummaryrefslogtreecommitdiff
path: root/devel/astyle/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-07 20:36:56 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-07 20:36:56 +0000
commita99a5f0b5650223f4db226a3f4a0ada80d2dfabb (patch)
tree608825272730bc3001f6a20b62da4311bb5f89d3 /devel/astyle/Makefile
parent9e5f488e02bb7830d03f29abe0a42c6ecdae5503 (diff)
Notes
Diffstat (limited to 'devel/astyle/Makefile')
-rw-r--r--devel/astyle/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/astyle/Makefile b/devel/astyle/Makefile
index dd3a3cfc1b88..14cdf61f2891 100644
--- a/devel/astyle/Makefile
+++ b/devel/astyle/Makefile
@@ -7,6 +7,7 @@
PORTNAME= astyle
PORTVERSION= 1.15.3
+PORTREVISION= 1
CATEGORIES= devel textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,9 +24,9 @@ ALL_TARGET= astyle
MAKE_ARGS= CPPFLAGS="${CXXFLAGS}"
PLIST_FILES= bin/astyle
+.if !defined(NOPORTDOCS)
PORTDOCS= astyle.html astyle_release_notes.html license.html
-
-.include <bsd.port.pre.mk>
+.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin
@@ -34,4 +35,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>