. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created

by mtree for more than 3 years now.

Pointed out by:	hq
This commit is contained in:
Greg Lewis
2005-10-11 15:10:45 +00:00
parent 3f1e753a66
commit 3a8376fd45
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -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)