svn commit: r358913 - head/print/detex

Rene Ladan rene at FreeBSD.org
Mon Jun 23 09:37:07 UTC 2014


Author: rene
Date: Mon Jun 23 09:37:06 2014
New Revision: 358913
URL: http://svnweb.freebsd.org/changeset/ports/358913
QAT: https://qat.redports.org/buildarchive/r358913/

Log:
  print/detex: Fix typo to pass the Freshports sanity check.
  
  Unmute an installation command while here.

Modified:
  head/print/detex/Makefile

Modified: head/print/detex/Makefile
==============================================================================
--- head/print/detex/Makefile	Mon Jun 23 09:32:16 2014	(r358912)
+++ head/print/detex/Makefile	Mon Jun 23 09:37:06 2014	(r358913)
@@ -3,7 +3,7 @@
 
 PORTNAME=	detex
 PORTVERSION=	2.8
-PORTREVISIO=	1
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://www.cs.purdue.edu/homes/trinkle/detex/
 EXTRACT_SUFX=	.tar
@@ -29,7 +29,7 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
 		${STAGEDIR}${MAN1PREFIX}/man/man1/
 
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list