diff options
author | rillig <rillig> | 2005-09-28 19:07:49 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 19:07:49 +0000 |
commit | ab5cb17c0ff6356d58b1ef09d154b9c8a19a9bf4 (patch) | |
tree | b1a355f670cb55baf57532416a8629e990463605 /print | |
parent | 24dc7904e47f9060d506d34e4289b71f464c3eb7 (diff) | |
download | pkgsrc-ab5cb17c0ff6356d58b1ef09d154b9c8a19a9bf4.tar.gz |
Fixed pkglint warning. Also removed an unnecessary .undef after .for.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-prosper/Makefile | 5 |
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" |