Need Help Finalizing Port for Hotkeys

Adam Weinberger adamw at freebsd.org
Sat May 17 18:15:53 PDT 2003


-----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 at vectors.cx
FreeBSD.org	<<	adamw at 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-----


More information about the freebsd-ports mailing list