summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-01 17:41:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-01 17:41:29 +0000
commita690d0fe659e202a63512ce7aa42e39548408ec1 (patch)
tree29e87dd876900a9209b643b993f3b8dbee09781c /editors
parentDo not violate stagedir (diff)
- Do not violate stagedir
- Bump PORTREVISION as some files were installed outside stagedir Reported by: poudriere With hat: portmgr
Notes
Notes: svn path=/head/; revision=349867
Diffstat (limited to 'editors')
-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