#2559 closed defect (fixed)
imapfilter duplicate path error in Portfile
Reported by: | filippo@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | josh@… | |
Port: |
Description
using:
reinplace "s|${prefix}/|\${DESTDIR}/${prefix}/|g" ${worksrcpath}/Makefile
in Portfile will result in duplicate path in Makefile with this result at compile time:
cc -I/opt/local/include -Wall -O -DMAKEFILE_SHAREDIR='"/opt/localopt/local/share/imapfilter"' -I/usr/local/include -c -o auth.o auth.c
and thus imapfilter not working, removing the line does the trick
Change History (4)
comment:1 Changed 20 years ago by blb@…
Owner: | changed from darwinports-bugs@… to mww@… |
---|
comment:3 Changed 20 years ago by mww@…
Cc: | josh@… added |
---|
Note: See
TracTickets for help on using
tickets.
Assign to imapfilter port maintainer.