How to install the same port twice but at different locations?

2006-12-08 Thread Alexis Dorais-Joncas
Hi all, Subject says it all. I would like to install the package phpMyAdmin on two different locations on my server. Is this doable? If so, how? I'm using FreeBSD g-noc.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

Re: How to install the same port twice but at different locations?

2006-12-08 Thread Lane
On Friday 08 December 2006 13:58, Alexis Dorais-Joncas wrote: Hi all, Subject says it all. I would like to install the package phpMyAdmin on two different locations on my server. Is this doable? If so, how? I'm using FreeBSD g-noc.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13

Re: How to install the same port twice but at different locations?

2006-12-08 Thread Alexis Dorais-Joncas
Lane a écrit : On Friday 08 December 2006 13:58, Alexis Dorais-Joncas wrote: Hi all, Subject says it all. I would like to install the package phpMyAdmin on two different locations on my server. Is this doable? If so, how? I'm using FreeBSD g-noc.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu

Re: How to install the same port twice but at different locations?

2006-12-08 Thread Lane
On Friday 08 December 2006 14:57, Alexis Dorais-Joncas wrote: Lane a écrit : On Friday 08 December 2006 13:58, Alexis Dorais-Joncas wrote: Hi all, Subject says it all. I would like to install the package phpMyAdmin on two different locations on my server. Is this doable? If so, how?

Re: How to install the same port twice but at different locations?

2006-12-08 Thread Micah
Alexis Dorais-Joncas wrote: Lane a écrit : On Friday 08 December 2006 13:58, Alexis Dorais-Joncas wrote: Hi all, Subject says it all. I would like to install the package phpMyAdmin on two different locations on my server. Is this doable? If so, how? I'm using FreeBSD g-noc.net 6.0-RELEASE

Re: How to install the same port twice but at different locations?

2006-12-08 Thread John Nielsen
On Friday 08 December 2006 15:57, Alexis Dorais-Joncas wrote: Lane a écrit : On Friday 08 December 2006 13:58, Alexis Dorais-Joncas wrote: Hi all, Subject says it all. I would like to install the package phpMyAdmin on two different locations on my server. Is this doable? If so, how?

Re: How to install the same port twice but at different locations?

2006-12-08 Thread Chuck Swiger
On Dec 8, 2006, at 12:57 PM, Alexis Dorais-Joncas wrote: I think you misunderstood my problem. I know how to install a port to a specific location using PREFIX. What I want to achieve is to have one port installed twice. For example, I want one whole instance of phpMyAdmin to be in

Re: How to install the same port twice but at different locations?

2006-12-08 Thread Matthew Seaman
Alexis Dorais-Joncas wrote: Hi all, Subject says it all. I would like to install the package phpMyAdmin on two different locations on my server. Is this doable? If so, how? I'm using FreeBSD g-noc.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 [EMAIL

Re: How to install the same port twice but at different locations?

2006-12-08 Thread Alexis Dorais-Joncas
John Nielsen wrote: What I have done in the past is create slave ports. Say the port you want to install twice is in ports/category/foo. Make a new directory ports/category/bar. Inside that directory, create a Makefile similar to this: PORTNAME= foo PKGNAMESUFFIX=