diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-25 23:28:45 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-25 23:28:45 +0800 |
commit | 07f7a64868351515ab7c2d2c57d6b0e5b90432c6 (patch) | |
tree | f5323e1b77828263a10c36c5553d33c0dd514670 /print | |
parent | 14b239d40f1619cfe7061c908601c01aaf89eebb (diff) | |
download | freebsd-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/Makefile | 2 |
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> |