pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-prosper Fixed pkglint warning. Also removed ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3317bd4a4630
branches:  trunk
changeset: 499887:3317bd4a4630
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 28 19:07:49 2005 +0000

description:
Fixed pkglint warning. Also removed an unnecessary .undef after .for.

diffstat:

 print/tex-prosper/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 867128fc2bf5 -r 3317bd4a4630 print/tex-prosper/Makefile
--- a/print/tex-prosper/Makefile        Wed Sep 28 19:04:44 2005 +0000
+++ b/print/tex-prosper/Makefile        Wed Sep 28 19:07:49 2005 +0000
@@ -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 @@
        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"



Home | Main Index | Thread Index | Old Index