Date: Thu, 18 Nov 1999 23:26:40 -0700 From: Wes Peters <wes@softweyr.com> To: hackers@freebsd.org Subject: Making a port kit Message-ID: <3834EDA0.4C0E0EF7@softweyr.com>
next in thread | raw e-mail | index | archive | help
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 <bsd.prog.mk>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3834EDA0.4C0E0EF7>
