summaryrefslogtreecommitdiff
path: root/net/ucspi-tcp
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-10 03:16:16 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-10 03:16:16 +0000
commit274110f8d8b7a3f457c6b30350f95b9c41ff0334 (patch)
tree78d013aecf4beea04c9dcd3d4334b58e88bd0f4d /net/ucspi-tcp
parentb85cfb40da376b279cf2ee41b82399a2a4225cef (diff)
downloadpkgsrc-274110f8d8b7a3f457c6b30350f95b9c41ff0334.tar.gz
* Add manpages
* s/file/f in do-install target to reduce pkglint warnings Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
Diffstat (limited to 'net/ucspi-tcp')
-rw-r--r--net/ucspi-tcp/Makefile18
-rw-r--r--net/ucspi-tcp/files/md53
-rw-r--r--net/ucspi-tcp/pkg/PLIST18
3 files changed, 31 insertions, 8 deletions
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile
index 9de9b48e0a4..e949997d8a9 100644
--- a/net/ucspi-tcp/Makefile
+++ b/net/ucspi-tcp/Makefile
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/27 16:22:18 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2001/01/10 03:16:16 hubertf Exp $
# FreeBSD Id: ports/sysutils/ucspi-tcp/Makefile,v 1.12 2000/07/10 01:41:24 steve Exp
DISTNAME= ucspi-tcp-0.88
CATEGORIES= sysutils net
-MASTER_SITES= http://cr.yp.to/ucspi-tcp/
+MASTER_SITES= http://cr.yp.to/ucspi-tcp/ \
+ ftp://ftp.innominate.org/gpa/djb/
+DISTFILES= ucspi-tcp-0.88.tar.gz \
+ ucspi-tcp-0.88-man.tar.gz
MAINTAINER= zuntum@eik.pl
HOMEPAGE= http://cr.yp.to/ucspi-tcp.html
@@ -19,11 +22,14 @@ post-configure:
@${ECHO} ${CC} -s > ${WRKSRC}/conf-ld
do-install:
-.for file in addcr argv0 delcr fixcrio mconnect-io rblsmtpd recordio tcpclient tcprules tcprulescheck tcpserver
- ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
+.for f in addcr argv0 delcr fixcrio mconnect-io rblsmtpd recordio tcpclient tcprules tcprulescheck tcpserver
+ ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
-.for file in date@ finger@ http@ mconnect who@ tcpcat
- ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
+.for f in date@ finger@ http@ mconnect who@ tcpcat
+ ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
+post-install:
+ @cd ${WRKDIR}/${DISTNAME}-man && ${INSTALL_MAN} tcpserver.1 tcprules.1 tcprulescheck.1 argv0.1 fixcrio.1 recordio.1 tcpclient.1 who@.1 date@.1 finger@.1 http@.1 tcpcat.1 mconnect.1 addcr.1 delcr.1 rblsmtpd.1 ${PREFIX}/man/man1
+
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ucspi-tcp/files/md5 b/net/ucspi-tcp/files/md5
index b9bebaf88a3..de354226758 100644
--- a/net/ucspi-tcp/files/md5
+++ b/net/ucspi-tcp/files/md5
@@ -1,3 +1,4 @@
-$NetBSD: md5,v 1.1.1.1 2000/12/27 16:22:18 hubertf Exp $
+$NetBSD: md5,v 1.2 2001/01/10 03:16:17 hubertf Exp $
MD5 (ucspi-tcp-0.88.tar.gz) = 39b619147db54687c4a583a7a94c9163
+MD5 (ucspi-tcp-0.88-man.tar.gz) = 8793ed7adf5fd1253d150d9c61e330cf
diff --git a/net/ucspi-tcp/pkg/PLIST b/net/ucspi-tcp/pkg/PLIST
index ae373598f7e..a4607e81b0a 100644
--- a/net/ucspi-tcp/pkg/PLIST
+++ b/net/ucspi-tcp/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/27 16:22:18 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/01/10 03:16:17 hubertf Exp $
bin/addcr
bin/argv0
bin/date@
@@ -16,3 +16,19 @@ bin/tcprules
bin/tcprulescheck
bin/tcpserver
bin/who@
+man/man1/tcpserver.1
+man/man1/tcprules.1
+man/man1/tcprulescheck.1
+man/man1/argv0.1
+man/man1/fixcrio.1
+man/man1/recordio.1
+man/man1/tcpclient.1
+man/man1/who@.1
+man/man1/date@.1
+man/man1/finger@.1
+man/man1/http@.1
+man/man1/tcpcat.1
+man/man1/mconnect.1
+man/man1/addcr.1
+man/man1/delcr.1
+man/man1/rblsmtpd.1