aboutsummaryrefslogtreecommitdiffstats
path: root/java/collections/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2005-10-11 23:10:45 +0800
committerglewis <glewis@FreeBSD.org>2005-10-11 23:10:45 +0800
commit624adf0d36779b3ea728c4d9558eee70eb0ddf0f (patch)
tree470c3e8db35956a36424072482e7d1e505b32e6d /java/collections/Makefile
parent7971854d4731cb4a20c2f967ec0a84dfb2397edb (diff)
downloadfreebsd-ports-gnome-624adf0d36779b3ea728c4d9558eee70eb0ddf0f.tar.gz
freebsd-ports-gnome-624adf0d36779b3ea728c4d9558eee70eb0ddf0f.tar.zst
freebsd-ports-gnome-624adf0d36779b3ea728c4d9558eee70eb0ddf0f.zip
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
by mtree for more than 3 years now. Pointed out by: hq
Diffstat (limited to 'java/collections/Makefile')
-rw-r--r--java/collections/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/collections/Makefile b/java/collections/Makefile
index 88c2d9d7eec6..7464e43d2524 100644
--- a/java/collections/Makefile
+++ b/java/collections/Makefile
@@ -37,7 +37,6 @@ IGNORE= "You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL}
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
- @${MKDIR} ${JAVAJARDIR}
@${INSTALL_DATA} ${WRKSRC}/lib/${JARFILE} ${JAVAJARDIR}/
@${ECHO_MSG} " [ DONE ]"
.if !defined(NOPORTDOCS)