diff options
-rw-r--r-- | sysutils/ucspi-tcp/Makefile | 28 | ||||
-rw-r--r-- | sysutils/ucspi-tcp/distinfo | 2 | ||||
-rw-r--r-- | sysutils/ucspi-tcp/pkg-plist | 7 |
3 files changed, 6 insertions, 31 deletions
diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile index 699402808e83..a0b543444349 100644 --- a/sysutils/ucspi-tcp/Makefile +++ b/sysutils/ucspi-tcp/Makefile @@ -6,22 +6,13 @@ # PORTNAME= ucspi-tcp -PORTVERSION= 0.84 +PORTVERSION= 0.88 CATEGORIES= sysutils net MASTER_SITES= http://cr.yp.to/ucspi-tcp/ MAINTAINER= dom@myrddin.demon.co.uk -MAN1= tcpclient.1 tcpserver.1 tcprules.1 tcprulescheck.1 \ - fixcr.1 addcr.1 delcr.1 who@.1 date@.1 finger@.1 http@.1 \ - tcpcat.1 mconnect.1 argv0.1 recordio.1 -MAN5= tcp-environ.5 - -.if defined(NOPORTDOCS) -PLIST= ${PKGDIR}/PLIST.nodocs -.endif - -NO_PACKAGE= "Unsure of djb's license" +NO_PACKAGE= "Unsure of djb\'s license" ALL_TARGET= prog install instcheck @@ -34,24 +25,11 @@ post-configure: @${ECHO} ${CC} -s > ${WRKSRC}/conf-ld do-install: -.for file in addcr argv0 delcr fixcr mconnect-io recordio tcpclient tcprules tcprulescheck tcpserver +.for file in addcr argv0 delcr fixcrio mconnect-io rblsmtpd recordio tcpclient tcprules tcprulescheck tcpserver @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin .endfor .for file in date@ finger@ http@ mconnect who@ tcpcat @${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin .endfor -.for file in ${MAN1} - @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1 -.endfor -.for file in ${MAN5} - @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man5 -.endfor -.if !defined(NOPORTDOCS) - @${ECHO} "===> Copying documents to ${PREFIX}/share/doc/ucspi-tcp" - @${MKDIR} ${PREFIX}/share/doc/ucspi-tcp -.for file in BLURB TCP UCSPI - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ucspi-tcp -.endfor -.endif .include <bsd.port.mk> diff --git a/sysutils/ucspi-tcp/distinfo b/sysutils/ucspi-tcp/distinfo index d1ec8991a22c..2b29bf7ec643 100644 --- a/sysutils/ucspi-tcp/distinfo +++ b/sysutils/ucspi-tcp/distinfo @@ -1 +1 @@ -MD5 (ucspi-tcp-0.84.tar.gz) = 2a3f481f145bd4445ce661ecfcfa29d2 +MD5 (ucspi-tcp-0.88.tar.gz) = 39b619147db54687c4a583a7a94c9163 diff --git a/sysutils/ucspi-tcp/pkg-plist b/sysutils/ucspi-tcp/pkg-plist index 07e40e25c69b..71a54d9cde9e 100644 --- a/sysutils/ucspi-tcp/pkg-plist +++ b/sysutils/ucspi-tcp/pkg-plist @@ -3,10 +3,11 @@ bin/argv0 bin/date@ bin/delcr bin/finger@ -bin/fixcr +bin/fixcrio bin/http@ bin/mconnect bin/mconnect-io +bin/rblsmtpd bin/recordio bin/tcpcat bin/tcpclient @@ -14,7 +15,3 @@ bin/tcprules bin/tcprulescheck bin/tcpserver bin/who@ -share/doc/ucspi-tcp/BLURB -share/doc/ucspi-tcp/TCP -share/doc/ucspi-tcp/UCSPI -@dirrm share/doc/ucspi-tcp |