Port of vqadmin looking for vpopmail in the wrong place

Frank Laszlo laszlof at vonostingroup.com
Tue Mar 14 19:42:06 UTC 2006


Alex Dupre wrote:
> Valerio daelli wrote:
>   
>> This port was looking for vpopmail in the wrong place: it searched
>>
>> ${LOCALBASE}/vpopmail/lib/libvpopmail.a
>>
>> while vpopmail now is in
>>
>>  /usr/home/vpopmail/lib/libvpopmail.a
>>     
>
> vpopmail by default will install itself in ${PREFIX}/vpopmail, which in
> usual case means /usr/local/vpopmail. If you uncomment (or override) the
> PREFIX variable in the vpopmail makefile, then it will install into
> /home/vpopmail.
>
> --
> Alex Dupre
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>   

Shouldn't the BUILD_DEPENDS and RUN_DEPENDS be looking in
${PREFIX}/vpopmail/lib/libvpopmail.a rather than
${LOCALBASE}/vpopmail/lib/libvpopmail.a? This seems like it would solve
the issue. Otherwise one would have to hack the Makefile in order to get
vqadmin to work with a non-standard PREFIX.


__________________________________________________
Frank Laszlo
System Administrator
The VonOstin Group
Email:  laszlof at tvog.net
WWW:    http://www.vonostingroup.com
Mobile: 248-863-7584




More information about the freebsd-ports mailing list