Date: Tue, 1 Apr 2014 17:41:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349867 - head/editors/le Message-ID: <201404011741.s31HfTTn098360@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404011741.s31HfTTn098360>