diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 19:07:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 19:07:49 +0000 |
commit | d3b26391f0712f6c19fa41df68f05bd89efda6c8 (patch) | |
tree | b1a355f670cb55baf57532416a8629e990463605 /print | |
parent | d8346106ba5bb137ae826bfa6237e3e80bc4ccd9 (diff) | |
download | pkgsrc-d3b26391f0712f6c19fa41df68f05bd89efda6c8.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" |