summaryrefslogtreecommitdiff
path: root/print/tex-prosper
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 19:07:49 +0000
committerrillig <rillig>2005-09-28 19:07:49 +0000
commitc31c61805151543b2c45fd3f0aa7589906345a22 (patch)
treeb1a355f670cb55baf57532416a8629e990463605 /print/tex-prosper
parent61d386cd6f7f0c4b81e455d2c450be2e8b250684 (diff)
downloadpkgsrc-c31c61805151543b2c45fd3f0aa7589906345a22.tar.gz
Fixed pkglint warning. Also removed an unnecessary .undef after .for.
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"