freebsd-ports/devel/libphk/Makefile
Dmitry Marakasov 74c77080ea - Mark MAKE_JOBS_UNSAFE
This port fails to build because library is used before it is created:

/usr/bin/ld: cannot find -lphk
2015-10-12 13:09:52 +00:00

23 lines
431 B
Makefile

# Created by: mat
# $FreeBSD$
PORTNAME= libphk
PORTVERSION= 0.3.20080902
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://phk.freebsd.dk/phkrel/
DISTNAME= Libphk.${PORTVERSION:C/0.3.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= PHK's utilities functions
USES= uidfix tar:tgz
WRKSRC= ${WRKDIR}/Libphk
MAKE_JOBS_UNSAFE= yes
post-patch:
@${SED} -i -e 's!/usr/local!$${PREFIX}!g' ${WRKSRC}/Makefile
.include <bsd.port.mk>