svn commit: r427501 - head/graphics/ssocr

Emanuel Haupt ehaupt at FreeBSD.org
Thu Dec 1 13:48:48 UTC 2016


Author: ehaupt
Date: Thu Dec  1 13:48:46 2016
New Revision: 427501
URL: https://svnweb.freebsd.org/changeset/ports/427501

Log:
  Quiesce mkdir

Modified:
  head/graphics/ssocr/Makefile

Modified: head/graphics/ssocr/Makefile
==============================================================================
--- head/graphics/ssocr/Makefile	Thu Dec  1 13:44:34 2016	(r427500)
+++ head/graphics/ssocr/Makefile	Thu Dec  1 13:48:46 2016	(r427501)
@@ -20,7 +20,7 @@ USES=		tar:bzip2 gmake
 PLIST_FILES=	bin/ssocr man/man1/ssocr.1.gz
 
 do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1
+	@${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 


More information about the svn-ports-head mailing list