aboutsummaryrefslogtreecommitdiffstats
path: root/editors/le/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/le/Makefile')
-rw-r--r--editors/le/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile
index 6fa279b9be4c..5e08df474e52 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -3,6 +3,7 @@
PORTNAME= le
PORTVERSION= 1.14.9
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/ \
http://mirrors.rit.edu/zi/
@@ -34,7 +35,7 @@ do-install:
.for file in ${STAGEDIR}${MISC_DATA}
cd ${WRKSRC}/misc && ${INSTALL_DATA} ${file} ${STAGEDIR}${DATADIR}
.endfor
- @(cd ${WRKSRC}/misc && ${COPYTREE_SHARE} syntax.d ${DATADIR})
+ @(cd ${WRKSRC}/misc && ${COPYTREE_SHARE} syntax.d ${STAGEDIR}${DATADIR})
.for file in ${SRC_DATA}
cd ${WRKSRC}/src && ${INSTALL_DATA} ${file} ${STAGEDIR}${DATADIR}
.endfor