summaryrefslogtreecommitdiff
path: root/net/tnftp/files
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-24 08:10:37 +0000
committerrillig <rillig@pkgsrc.org>2006-07-24 08:10:37 +0000
commit0cc3a0b511c61d5d9329bf752e23e058919c7edc (patch)
treed5568ad6b045f485198cb74c8e43e3747f542903 /net/tnftp/files
parent2d74ada6103629ca574a6ee9e3dd3722c1627bc8 (diff)
downloadpkgsrc-0cc3a0b511c61d5d9329bf752e23e058919c7edc.tar.gz
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 (limited to 'net/tnftp/files')
-rw-r--r--net/tnftp/files/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tnftp/files/src/Makefile.in b/net/tnftp/files/src/Makefile.in
index 100dee8fcea..9114bf3a8ec 100644
--- a/net/tnftp/files/src/Makefile.in
+++ b/net/tnftp/files/src/Makefile.in
@@ -41,7 +41,7 @@ install: all
-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}