From c31c61805151543b2c45fd3f0aa7589906345a22 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 19:07:49 +0000 Subject: Fixed pkglint warning. Also removed an unnecessary .undef after .for. --- print/tex-prosper/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'print/tex-prosper') 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" -- cgit v1.2.3