mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Do not violate stagedir
- Bump PORTREVISION as some files were installed outside stagedir Reported by: poudriere With hat: portmgr
This commit is contained in:
parent
bd31980015
commit
a690d0fe65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349867
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user