aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-01-25 23:28:45 +0800
committerijliao <ijliao@FreeBSD.org>2004-01-25 23:28:45 +0800
commit07f7a64868351515ab7c2d2c57d6b0e5b90432c6 (patch)
treef5323e1b77828263a10c36c5553d33c0dd514670 /print
parent14b239d40f1619cfe7061c908601c01aaf89eebb (diff)
downloadfreebsd-ports-gnome-07f7a64868351515ab7c2d2c57d6b0e5b90432c6.tar.gz
freebsd-ports-gnome-07f7a64868351515ab7c2d2c57d6b0e5b90432c6.tar.zst
freebsd-ports-gnome-07f7a64868351515ab7c2d2c57d6b0e5b90432c6.zip
fix typo
Noticed by: bento via kris Pointy hat to: myself
Diffstat (limited to 'print')
-rw-r--r--print/texpower/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/texpower/Makefile b/print/texpower/Makefile
index 76ff675b6936..4cd87811ddf3 100644
--- a/print/texpower/Makefile
+++ b/print/texpower/Makefile
@@ -21,6 +21,6 @@ NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/share/texmf/tex/latex/${PORTNAME}
- cd ${WRKSRC} && ${INSTALL_DATA} *..sty *.cls *.cfg ${PREFIX}/share/texmf/tex/latex/${PORTNAME}
+ cd ${WRKSRC} && ${INSTALL_DATA} *.sty *.cls *.cfg ${PREFIX}/share/texmf/tex/latex/${PORTNAME}
.include <bsd.port.mk>