diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 09:41:27 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 09:41:27 +0800 |
commit | a1db55654be326bb9151e098e660c518d678941a (patch) | |
tree | b1fcdd27310b9bc45f84ca89ef0aea83302c1ed5 /sysutils/ucspi-tcp/Makefile | |
parent | ec60c7df05dc302e6030ad3f4beaf162e4847df7 (diff) | |
download | freebsd-ports-gnome-a1db55654be326bb9151e098e660c518d678941a.tar.gz freebsd-ports-gnome-a1db55654be326bb9151e098e660c518d678941a.tar.zst freebsd-ports-gnome-a1db55654be326bb9151e098e660c518d678941a.zip |
Update to version 1.88.
PR: 19134
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Diffstat (limited to 'sysutils/ucspi-tcp/Makefile')
-rw-r--r-- | sysutils/ucspi-tcp/Makefile | 28 |
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> |