pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netcat Fixed a pkglint warning.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8468e5640c95
branches:  trunk
changeset: 500359:8468e5640c95
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Oct 07 12:16:52 2005 +0000

description:
Fixed a pkglint warning.

diffstat:

 net/netcat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 38242eb79fc0 -r 8468e5640c95 net/netcat/Makefile
--- a/net/netcat/Makefile       Fri Oct 07 12:16:17 2005 +0000
+++ b/net/netcat/Makefile       Fri Oct 07 12:16:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/09/08 17:40:30 minskim Exp $
+# $NetBSD: Makefile,v 1.27 2005/10/07 12:16:52 rillig Exp $
 
 DISTNAME=      nc110
 PKGNAME=       netcat-1.10
@@ -43,7 +43,7 @@
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/sbin
 .for i in ${EXTRA_PROGS}
-       ${INSTALL_PROGRAM} ${WRKSRC}/data/$i ${PREFIX}/sbin/nc-$i
+       ${INSTALL_PROGRAM} ${WRKSRC}/data/${i} ${PREFIX}/sbin/nc-${i}
 .endfor
        ${INSTALL_DATA_DIR} ${PREFIX}/${EXAMPLE_DIR}
        @(                                                      \



Home | Main Index | Thread Index | Old Index