aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libnaji/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libnaji/Makefile b/devel/libnaji/Makefile
index 276c1c26625b..be75b2391a4d 100644
--- a/devel/libnaji/Makefile
+++ b/devel/libnaji/Makefile
@@ -9,13 +9,12 @@ MASTER_SITES= SF/najitool/${PORTNAME}/${PORTVERSION}
MAINTAINER= rodrigo@bebik.net
COMMENT= Library that generates, converts, and filters files
-MAKE_ARGS= cc=${CC}
+MAKE_ARGS= cc="${CC}"
DISTVERSIONSUFFIX= .src
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/libnaji.h ${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/libnaji.a ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libnaji.h ${STAGEDIR}${PREFIX}/include
+ ${INSTALL_DATA} ${WRKSRC}/libnaji.a ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>