From owner-freebsd-hackers Thu Nov 18 22:26:48 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from ind.alcatel.com (postal.xylan.com [208.8.0.248]) by hub.freebsd.org (Postfix) with ESMTP id 89F57151BD for ; Thu, 18 Nov 1999 22:26:46 -0800 (PST) (envelope-from wes@softweyr.com) Received: from mailhub.xylan.com (mailhub [198.206.181.70]) by ind.alcatel.com (8.9.3+Sun/8.9.1 (ind.alcatel.com 3.0 [OUT])) with SMTP id WAA26623 for ; Thu, 18 Nov 1999 22:26:46 -0800 (PST) X-Origination-Site: Received: from omni.xylan.com by mailhub.xylan.com (SMI-8.6/SMI-SVR4 (mailhub 2.1 [HUB])) id WAA01876; Thu, 18 Nov 1999 22:26:45 -0800 Received: from softweyr.com ([204.68.178.39]) by omni.xylan.com (4.1/SMI-4.1 (xylan engr [SPOOL])) id AA19534; Thu, 18 Nov 99 22:26:41 PST Message-Id: <3834EDA0.4C0E0EF7@softweyr.com> Date: Thu, 18 Nov 1999 23:26:40 -0700 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en Mime-Version: 1.0 To: hackers@freebsd.org Subject: Making a port kit Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, so I finally got around to crafting up a port kit for my obliterate program, since it's been getting some notice once again. I have one little problem left. When I "make install" I get the following snivels: root@homer# make install ===> Installing for obliterate-0.3 install -c -s -o root -g wheel -m 555 obliterate /usr/local/bin install -c -o root -g wheel -m 444 obliterate.8.gz /usr/local/man8 ===> Generating temporary packing list ===> Compressing manual pages for obliterate-0.3 /usr/local/man//man8/obliterate.8: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Oops. My Makefile is pretty trivial, borrowed from another simple port. It contains: CFLAGS= -g PROG= obliterate SRCS= obliterate.c MAN8= obliterate.8 BINDIR= ${PREFIX}/bin MANDIR= ${PREFIX}/man .include This is the Makefile in the work directory. Any help? This is the last stumble before committing this and getting several people off my back. Also, how do I go about adding the source archive to the FreeBSD collection, rather than leaving it on my ftp server? -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message