Date: Tue, 9 May 2000 00:15:20 -0700 (PDT) From: "Jordan K. Hubbard" <jkh@zippy.cdrom.com> To: ports@freebsd.org Subject: Can't help but notice that the rpm port falls over now... Message-ID: <200005090715.AAA19727@zippy.cdrom.com>
next in thread | raw e-mail | index | archive | help
if [ -x ./rpm ]; then \ install -c -s -o root -g wheel -m 555 rpm //usr/local/bin; \ else \ install -c -s -o root -g wheel -m 555 rpm.shared //usr/local/bin/rpm; \ fi gmake: INSTALL_SCRIPT@: Command not found gmake: *** [install] Error 127 *** Error code 2 ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005090715.AAA19727>