Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2003 18:17:26 -0700
From:      Adam Weinberger <adamw@freebsd.org>
To:        Andy Pavlo <amp0928@rit.edu>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Need Help Finalizing Port for Hotkeys
Message-ID:  <20030518011726.GT31083@vectors.cx>
In-Reply-To: <000201c31cd1$30141170$6400a8c0@carebear>
References:  <000201c31cd1$30141170$6400a8c0@carebear>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>> (05.17.2003 @ 1705 PST): Andy Pavlo said, in 2.6K: <<
> As far as I can tell the configure script that came with the source is
> completly ignoring the prefix arguement. So I added this little piece in
> there:
> 
> #################################################################
> if test $prefix != "NONE"; then
>   ac_default_prefix=$prefix
> else
>   ac_default_prefix=$ac_default_prefix
> fi
> #################################################################
> 
> ac_default_prefix is defined earlier as /usr/local
> 
> But this still doesn't seem to work, it just dumps them in /usr/local

First of all, the quotes should be around "$prefix", not NONE. Dunno if
that'd make any difference, though.

However, I'd sooner suspect the Makefile.in than the configure script.

> My pkg-plist is as follows. I made this from hand, I'm not sure if this
> was supposed to be auto-generated, the handbook wasn't very clear:

Best to do it by hand unless the plist is gigantic, or varies vastly
with different options.

> man/man1/hotkeys.1
> man/cat1/hotkeys.1.gz

manpages don't go in the pkg-plist.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-manpages.html

These "answers" won't solve the main problem at hand, but hopefully it
helps to have some of the ancillary questions answered.

# Adam


- --
Adam Weinberger
vectors.cx	>>	adam@vectors.cx
FreeBSD.org	<<	adamw@FreeBSD.ORG
#vim:set ts=8: 8-char tabs prevent tooth decay.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE+xt8mo8KM2ULHQ/0RAv5hAKCzKM+xzLB1hlHgMcMZ0UUkP7wiBgCfa66F
mKpaTI1DSvaH7AJdPD4yVdw=
=WJlz
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030518011726.GT31083>