diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /net/telnetx | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | FreeBSD-ports-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip FreeBSD-ports-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz |
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.
Diffstat (limited to 'net/telnetx')
-rw-r--r-- | net/telnetx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/telnetx/Makefile b/net/telnetx/Makefile index c144d8f..502b822 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> |