On 2015/11/20 15:35, Dimitris Papastamos wrote: > New version with some things fixed.
Here's an updated Makefile doing things more in the style of other ports, and honouring CC.. --snip-- -- -- # $OpenBSD$ COMMENT = minimalistic file browser DISTNAME = noice-0.3 CATEGORIES = sysutils HOMEPAGE = http://git.2f30.org/noice/ MAINTAINER = Dimitris Papastamos <s...@2f30.org> # BSD PERMIT_PACKAGE_CDROM = Yes WANTLIB = c curses MASTER_SITES = http://dl.2f30.org/releases/ MAKE_FLAGS = CC="${CC}" NO_TEST = Yes .include <bsd.port.mk> --snip-- -- -- With that changed it's OK with me to import.