diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-10-11 15:10:45 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-10-11 15:10:45 +0000 |
commit | 3a8376fd4534447af6f484f47e6dd3a1cef4c2a8 (patch) | |
tree | a2fe2550f440e03aaa148bb12ab4cadfde8205cf /java/collections | |
parent | Remove redundant port name from COMMENT (diff) |
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
by mtree for more than 3 years now.
Pointed out by: hq
Notes
Notes:
svn path=/head/; revision=144941
Diffstat (limited to 'java/collections')
-rw-r--r-- | java/collections/Makefile | 1 |
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) |