pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tnftp For consistency with the other tools from bo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67f2806b4014
branches:  trunk
changeset: 516608:67f2806b4014
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jul 24 08:10:37 2006 +0000

description:
For consistency with the other tools from bootstrap, the preformatted
manual page is installed as cat1/ftp.0 instead of cat1/ftp.1. Bumped
PKGREVISION.

diffstat:

 net/tnftp/Makefile              |  3 ++-
 net/tnftp/PLIST                 |  4 ++--
 net/tnftp/files/src/Makefile.in |  2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 2b0f1dff622b -r 67f2806b4014 net/tnftp/Makefile
--- a/net/tnftp/Makefile        Mon Jul 24 07:57:45 2006 +0000
+++ b/net/tnftp/Makefile        Mon Jul 24 08:10:37 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2006/07/14 21:41:42 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2006/07/24 08:10:37 rillig Exp $
 
 .include "Makefile.common"
+PKGREVISION=   1
 
 CATEGORIES=    net
 
diff -r 2b0f1dff622b -r 67f2806b4014 net/tnftp/PLIST
--- a/net/tnftp/PLIST   Mon Jul 24 07:57:45 2006 +0000
+++ b/net/tnftp/PLIST   Mon Jul 24 08:10:37 2006 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2003/07/31 07:52:54 lukem Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/07/24 08:10:37 rillig Exp $
 bin/ftp
-man/cat1/ftp.1
+man/cat1/ftp.0
diff -r 2b0f1dff622b -r 67f2806b4014 net/tnftp/files/src/Makefile.in
--- a/net/tnftp/files/src/Makefile.in   Mon Jul 24 07:57:45 2006 +0000
+++ b/net/tnftp/files/src/Makefile.in   Mon Jul 24 08:10:37 2006 +0000
@@ -41,7 +41,7 @@
        -mkdir -p ${bindir}
        ${INSTALL} -m 555 ${PROG} ${bindir}/`echo ${PROG}|sed '$(transform)'`
        -mkdir -p ${mandircat1}
-       ${INSTALL} -m 444 ${srcdir}/${PROG}.cat1 ${mandircat1}/`echo ${PROG}|sed '$(transform)'`.1
+       ${INSTALL} -m 444 ${srcdir}/${PROG}.cat1 ${mandircat1}/`echo ${PROG}|sed '$(transform)'`.0
 
 clean:
        rm -f core ${PROG} ${OBJS}



Home | Main Index | Thread Index | Old Index