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/bouncycastle | |
parent | 3f1e753a66a2ce2d4d2f035600ee1dea78ceea39 (diff) | |
download | ports-3a8376fd4534447af6f484f47e6dd3a1cef4c2a8.tar.gz ports-3a8376fd4534447af6f484f47e6dd3a1cef4c2a8.zip |
. 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/bouncycastle')
-rw-r--r-- | java/bouncycastle/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile index 21900e1fde8f..da9239824781 100644 --- a/java/bouncycastle/Makefile +++ b/java/bouncycastle/Makefile @@ -20,7 +20,6 @@ JAVA_VERSION= 1.1+ NO_BUILD= yes do-install: - @${MKDIR} ${JAVAJARDIR} ${INSTALL_DATA} ${WRKSRC}/jars/*.jar ${JAVAJARDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |