aboutsummaryrefslogtreecommitdiffstats
path: root/print/detex
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-06-23 17:37:06 +0800
committerrene <rene@FreeBSD.org>2014-06-23 17:37:06 +0800
commit03e2dbad1c5877c709908edb6c14e39378907f41 (patch)
treebdd3bdd7c22b8e317846baede20be303d7ab85c5 /print/detex
parent0fc52d547f9c93e55ffc65400fa0e9f081012795 (diff)
downloadfreebsd-ports-gnome-03e2dbad1c5877c709908edb6c14e39378907f41.tar.gz
freebsd-ports-gnome-03e2dbad1c5877c709908edb6c14e39378907f41.tar.zst
freebsd-ports-gnome-03e2dbad1c5877c709908edb6c14e39378907f41.zip
print/detex: Fix typo to pass the Freshports sanity check.
Unmute an installation command while here.
Diffstat (limited to 'print/detex')
-rw-r--r--print/detex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/detex/Makefile b/print/detex/Makefile
index 66a9136cd941..acd5a382d9cf 100644
--- a/print/detex/Makefile
+++ b/print/detex/Makefile
@@ -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>