summaryrefslogtreecommitdiff
path: root/editors/mp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mp/Makefile')
-rw-r--r--editors/mp/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile
index 1b67fc9f335d..1948987f3dc6 100644
--- a/editors/mp/Makefile
+++ b/editors/mp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mp
-PORTVERSION= 3.1.8
+PORTVERSION= 3.2.5
CATEGORIES= editors
MASTER_SITES= http://triptico.dhis.org/download/
@@ -17,10 +17,14 @@ USE_REINPLACE= yes
MAKE_ARGS+= PREFIX="${PREFIX}"
MAKEFILE= makefile
-pre-configure:
+post-patch:
${REINPLACE_CMD} -e "s@gcc -g -Wall@${CC} ${CFLAGS} -Wall@g" ${WRKSRC}/makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mp ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
+.endif
.include <bsd.port.mk>