Date: Wed, 4 Jun 1997 02:05:12 -0700 (PDT) From: Satoshi Asami <asami@FreeBSD.ORG> To: junker@jazz.snu.ac.kr, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3347 Message-ID: <199706040905.CAA02972@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: new port request of net/ztelnet State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Wed Jun 4 02:04:47 PDT 1997 State-Changed-Why: Thanks, committed. Changes: === diff -ru ztelnet/Makefile ztelnet.new/Makefile --- ztelnet/Makefile Mon Apr 7 22:26:47 1997 +++ ztelnet.new/Makefile Wed Jun 4 01:57:06 1997 @@ -18,15 +18,12 @@ post-patch: @cd ${WRKDIR}; \ - patch < ${FILESDIR}/ztelnet.patch.patch; \ - patch < ztelnet.patch + ${PATCH} --quiet < ${FILESDIR}/ztelnet.patch.patch; \ + ${PATCH} --quiet < ztelnet.patch do-install: @cd ${WRKSRC}; \ - ${MKDIR} -p ${PREFIX}/bin; \ + ${MKDIR} ${PREFIX}/bin; \ ${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet - -post-install: - @strip ${PREFIX}/bin/ztelnet .include <bsd.port.mk> ===
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706040905.CAA02972>