diff options
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> |