svn commit: r381350 - head/ftp/dmachine

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Mar 15 15:39:05 UTC 2015


Author: amdmi3
Date: Sun Mar 15 15:39:04 2015
New Revision: 381350
URL: https://svnweb.freebsd.org/changeset/ports/381350
QAT: https://qat.redports.org/buildarchive/r381350/

Log:
  - Don't create unused directory

Modified:
  head/ftp/dmachine/Makefile

Modified: head/ftp/dmachine/Makefile
==============================================================================
--- head/ftp/dmachine/Makefile	Sun Mar 15 15:38:56 2015	(r381349)
+++ head/ftp/dmachine/Makefile	Sun Mar 15 15:39:04 2015	(r381350)
@@ -17,7 +17,6 @@ SUB_FILES=	dmachine.sh
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/dmachine.sh ${STAGEDIR}${PREFIX}/bin/dmachine
-	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/dmachine-${PORTVERSION}.jar ${STAGEDIR}${PREFIX}/share/java/classes/dmachine.jar
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list