Twice included bsd.port.mk error

Ryan Sommers ryans at gamersimpact.com
Tue Feb 8 20:56:30 PST 2005


Line 895 bsd.port.mk:

.if defined(_PREMKINCLUDED)
check-makefile::
        @${ECHO_CMD} "${PKGNAME}: Makefile error: you cannot include
bsd.port[.pre].mk twice"
        @${FALSE}
.endif

_PREMKINCLUDED= yes

attempts to catch including this file twice. However, it never does. (Try
including it twice in a port.)

It will still fail with a lot of other, less obvious errors.


-- 
Ryan Sommers
ryans at gamersimpact.com



More information about the freebsd-ports mailing list