aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 00:46:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-21 00:46:02 +0000
commit3c2cb3094ec8ff9440d9fe8bea638c487921b006 (patch)
treef53d6b7b3a5ebf4414e29ad9fdb37572f1dc7e10 /devel
parent13357804d4093808194ab731e1437ed8e6e58744 (diff)
downloadports-3c2cb3094ec8ff9440d9fe8bea638c487921b006.tar.gz
ports-3c2cb3094ec8ff9440d9fe8bea638c487921b006.zip
Notes
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>