aboutsummaryrefslogtreecommitdiff
path: root/graphics/diacanvas2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/diacanvas2/Makefile')
-rw-r--r--graphics/diacanvas2/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile
index c573b15d4902..1c89297220f7 100644
--- a/graphics/diacanvas2/Makefile
+++ b/graphics/diacanvas2/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= diacanvas2
-PORTVERSION= 0.14.2
-PORTREVISION= 1
+PORTVERSION= 0.14.4
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= diacanvas
@@ -32,11 +31,4 @@ post-patch:
@${REINPLACE_CMD} -e \
's|unit_tests doc|unit_tests|g' ${WRKSRC}/Makefile.in
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/ref/html/*.html ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/ref/html/*.png ${DOCSDIR}
-.endif
-
.include <bsd.port.mk>