summaryrefslogtreecommitdiff
path: root/java/jomp
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-11 21:26:06 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-11 21:26:06 +0000
commit0477f24e8affa9b58be56bce9ceba4f621250c35 (patch)
treeb5ceb9c7b83218066d7995e312ac2ac62bff959c /java/jomp
parentAllow staging as a regular user (diff)
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367987
Diffstat (limited to 'java/jomp')
-rw-r--r--java/jomp/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/java/jomp/Makefile b/java/jomp/Makefile
index 3dd7b34d3b29..5c3d52b3b917 100644
--- a/java/jomp/Makefile
+++ b/java/jomp/Makefile
@@ -24,9 +24,6 @@ JARFILE= ${DISTNAME}${EXTRACT_SUFX}
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
do-install:
- @${ECHO} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
- @${CP} ${DISTDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${JARFILE}
- @${CHOWN} ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${JAVAJARDIR}/${JARFILE}
- @${ECHO} " [ DONE ]"
+ ${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${JARFILE}
.include <bsd.port.mk>