svn commit: r349867 - head/editors/le

Antoine Brodin antoine at FreeBSD.org
Tue Apr 1 17:41:29 UTC 2014


Author: antoine
Date: Tue Apr  1 17:41:29 2014
New Revision: 349867
URL: http://svnweb.freebsd.org/changeset/ports/349867
QAT: https://qat.redports.org/buildarchive/r349867/

Log:
  - Do not violate stagedir
  - Bump PORTREVISION as some files were installed outside stagedir
  
  Reported by:	poudriere
  With hat:	portmgr

Modified:
  head/editors/le/Makefile

Modified: head/editors/le/Makefile
==============================================================================
--- head/editors/le/Makefile	Tue Apr  1 17:36:54 2014	(r349866)
+++ head/editors/le/Makefile	Tue Apr  1 17:41:29 2014	(r349867)
@@ -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


More information about the svn-ports-all mailing list