summaryrefslogtreecommitdiff
path: root/print/tex-prosper
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-prosper')
-rw-r--r--print/tex-prosper/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/tex-prosper/Makefile b/print/tex-prosper/Makefile
index 480f32f33e9..e9ca74dc7c3 100644
--- a/print/tex-prosper/Makefile
+++ b/print/tex-prosper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/11/25 19:11:58 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2005/09/28 19:07:49 rillig Exp $
#
DISTNAME= prosper-1.00.4
@@ -40,9 +40,8 @@ do-install:
cd ${WRKSRC}/doc && ${PAX} -rw -pp -pm . ${DOCDIR}
cd ${WRKSRC}/examples && ${PAX} -rw -pp -pm . ${EGDIR}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCDIR}
.endfor
-.undef f
${LOCALBASE}/bin/mktexlsr
.include "../../mk/bsd.pkg.mk"