summaryrefslogtreecommitdiff
path: root/net/telnetx
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /net/telnetx
parentuse updated net/wais (diff)
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'net/telnetx')
-rw-r--r--net/telnetx/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/telnetx/Makefile b/net/telnetx/Makefile
index c144d8f739dd..502b82272748 100644
--- a/net/telnetx/Makefile
+++ b/net/telnetx/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1996/09/25 20:36:31 max Exp $
+# $Id: Makefile,v 1.2 1996/11/05 04:14:42 max Exp $
#
DISTNAME= telnetx+transit.src.940401
@@ -18,14 +18,13 @@ RUN_DEPENDS= rz:${PORTSDIR}/comms/rzsz
RUN_DEPENDS+= bp:${PORTSDIR}/comms/bpl+
RUN_DEPENDS+= kermit:${PORTSDIR}/comms/kermit/
-WRKSRC= ${WRKDIR}/telnetx
-
+WRKSRC= ${WRKDIR}/telnetx
+MAN1= telnetx.1
ALL_TARGET= bsdi
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/telnet/telnet ${PREFIX}/bin/telnetx
${INSTALL_PROGRAM} ${WRKSRC}/transit/transit ${PREFIX}/bin/transit
${INSTALL_MAN} ${WRKSRC}/telnet/telnet.1 ${PREFIX}/man/man1/telnetx.1
- ${COMPRESS_MAN} ${PREFIX}/man/man1/telnetx.1
.include <bsd.port.mk>