aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-25 15:28:45 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-25 15:28:45 +0000
commit5f7e1c2eb39fa6d1905f0458ce125cc1eabe5507 (patch)
tree8cfaa8935a6b4fb32e656185ca72db2fa8b1ed7d /print
parent4fb19113a37a585c95cc7a011e8ed6a096d3fe44 (diff)
downloadports-5f7e1c2eb39fa6d1905f0458ce125cc1eabe5507.tar.gz
ports-5f7e1c2eb39fa6d1905f0458ce125cc1eabe5507.zip
Notes
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>