aboutsummaryrefslogtreecommitdiffstats
path: root/editors/le/Makefile
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-04-02 01:41:29 +0800
committerantoine <antoine@FreeBSD.org>2014-04-02 01:41:29 +0800
commit1e6d09f1d5c488cfc6e3013f189c5c5df323a061 (patch)
tree29e87dd876900a9209b643b993f3b8dbee09781c /editors/le/Makefile
parent45c2c47508030a825c95d0629a612695643ccf2a (diff)
downloadfreebsd-ports-gnome-1e6d09f1d5c488cfc6e3013f189c5c5df323a061.tar.gz
freebsd-ports-gnome-1e6d09f1d5c488cfc6e3013f189c5c5df323a061.tar.zst
freebsd-ports-gnome-1e6d09f1d5c488cfc6e3013f189c5c5df323a061.zip
- Do not violate stagedir
- Bump PORTREVISION as some files were installed outside stagedir Reported by: poudriere With hat: portmgr
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