I'm attempting to port libxlsxwriter. The problem I'm having is that I can't seem to get the examples to install correctly.
In the Makefile I have this: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/libxlsxwriter ${INSTALL_DATA} ${WRKSRC}/examples/*.c ${PREFIX}/share/examples/libxlsxwriter/ pkg/PLIST shows all of the relevent files. After $ make fake everything looks good in /usr/ports/pobj/etc/etc/fake-i386/etc/etc However, after $ make build install the /usr/local/share/examples/libxlsxwriter directory doesn't exist and obviously none of its intended files either. Everything else works correctly. I can compile test programs and link with -lxlsxwriter -- Edgar Pettijohn