print/detex: Fix typo to pass the Freshports sanity check.

Unmute an installation command while here.
This commit is contained in:
Rene Ladan 2014-06-23 09:37:06 +00:00
parent feafc27a7a
commit a45f345a6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358913

View file

@ -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>