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/java-getopt | |
parent | 3f1e753a66a2ce2d4d2f035600ee1dea78ceea39 (diff) | |
download | ports-3a8376fd4534447af6f484f47e6dd3a1cef4c2a8.tar.gz ports-3a8376fd4534447af6f484f47e6dd3a1cef4c2a8.zip |
Notes
Diffstat (limited to 'java/java-getopt')
-rw-r--r-- | java/java-getopt/Makefile | 1 |
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) |