aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ucspi-tcp/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-07-10 01:41:27 +0000
committerSteve Price <steve@FreeBSD.org>2000-07-10 01:41:27 +0000
commit7a48d652a4006ce538a7a7a8cea85ab0b4af3e83 (patch)
tree142238a248122859ad3a5283c4f0a70325467327 /sysutils/ucspi-tcp/Makefile
parent5d8a3d2015ae23a70c6e18ac196cdc119a7bd04f (diff)
downloadports-7a48d652a4006ce538a7a7a8cea85ab0b4af3e83.tar.gz
ports-7a48d652a4006ce538a7a7a8cea85ab0b4af3e83.zip
Notes
Diffstat (limited to 'sysutils/ucspi-tcp/Makefile')
-rw-r--r--sysutils/ucspi-tcp/Makefile28
1 files changed, 3 insertions, 25 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>