aboutsummaryrefslogtreecommitdiff
path: root/java/java-getopt
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-10-11 15:10:45 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-10-11 15:10:45 +0000
commit3a8376fd4534447af6f484f47e6dd3a1cef4c2a8 (patch)
treea2fe2550f440e03aaa148bb12ab4cadfde8205cf /java/java-getopt
parent3f1e753a66a2ce2d4d2f035600ee1dea78ceea39 (diff)
downloadports-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/java-getopt')
-rw-r--r--java/java-getopt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile
index 4368b64ee1d4..65c848e1f55d 100644
--- a/java/java-getopt/Makefile
+++ b/java/java-getopt/Makefile
@@ -33,7 +33,6 @@ post-extract:
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..."
- @${MKDIR} ${JAVAJARDIR}
@${INSTALL_DATA} ${WRKSRC}/build/lib/gnu.getopt.jar ${JAVAJARDIR}/${PORTNAME}.jar
@${ECHO_MSG} " [ DONE ]"
.if !defined(NOPORTDOCS)