Date: Thu, 20 Feb 2014 08:41:48 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345190 - head/graphics/scwm-icons Message-ID: <201402200841.s1K8fm1P050126@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 20 08:41:47 2014 New Revision: 345190 URL: http://svnweb.freebsd.org/changeset/ports/345190 QAT: https://qat.redports.org/buildarchive/r345190/ Log: Support staging Modified: head/graphics/scwm-icons/Makefile Modified: head/graphics/scwm-icons/Makefile ============================================================================== --- head/graphics/scwm-icons/Makefile Thu Feb 20 08:40:42 2014 (r345189) +++ head/graphics/scwm-icons/Makefile Thu Feb 20 08:41:47 2014 (r345190) @@ -12,11 +12,11 @@ COMMENT= An icon collection for the scwm NO_BUILD= yes -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/share/scwm/pixmaps + ${MKDIR} ${STAGEDIR}${PREFIX}/share/scwm/pixmaps .for dir in icons mini-icons startup - ${INSTALL_DATA} ${WRKSRC}/${dir}/*.xpm ${PREFIX}/share/scwm/pixmaps + ${INSTALL_DATA} ${WRKSRC}/${dir}/*.xpm \ + ${STAGEDIR}${PREFIX}/share/scwm/pixmaps .endfor .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402200841.s1K8fm1P050126>