aboutsummaryrefslogtreecommitdiff
path: root/editors/scite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/scite/Makefile')
-rw-r--r--editors/scite/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index 19a9f0740635..b98deab32429 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scite
-PORTVERSION= 1.38
+PORTVERSION= 1.40
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.scintilla.org/
@@ -26,4 +26,7 @@ USE_GNOME= yes
MAKEFILE= makefile
MAKE_ENV= MKDIR="${MKDIR}"
+post-extract:
+ @${PERL} -pi -e 's|\x0d||' ${WRKSRC}/makefile
+
.include <bsd.port.mk>