aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-23 00:07:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-23 00:07:29 +0000
commit9e3174efdbe77cf1424870ed718eab8b2557705c (patch)
tree65827bc7dbb2680029db1bfdc370dbba64727583 /devel
parentf38d39d72482a13c97ddf47b7698193eac43c21d (diff)
downloadports-9e3174efdbe77cf1424870ed718eab8b2557705c.tar.gz
ports-9e3174efdbe77cf1424870ed718eab8b2557705c.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/cmake-fedora/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cmake-fedora/Makefile b/devel/cmake-fedora/Makefile
index ae27bad23a21..e3006852e148 100644
--- a/devel/cmake-fedora/Makefile
+++ b/devel/cmake-fedora/Makefile
@@ -14,15 +14,14 @@ LICENSE= BSD
WRKSRC= ${WRKDIR}/Modules
NO_BUILD= yes
-NO_STAGE= yes
REINPLACE_ARGS= -i ''
post-patch:
@${REINPLACE_CMD} -e 's|date --utc|date -u|' ${WRKSRC}/DateTimeFormat.cmake
do-install:
- ${MKDIR} ${PREFIX}/share/cmake/Modules
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/cmake/Modules
cd ${WRKSRC}/ && \
- ${INSTALL_DATA} * ${PREFIX}/share/cmake/Modules
+ ${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/share/cmake/Modules
.include <bsd.port.mk>