Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/portupgrade
Path: blob/master/misc/zsh/Makefile
102 views

FILES=	_pkgtools

.if !defined(ZSH_SITEFNDIR)
ZSH_SITEFNDIR=	${PREFIX}/share/zsh/site-functions
.endif

FILESDIR?=	${ZSH_SITEFNDIR}

beforeinstall:
	${MKDIR} ${DESTDIR}${FILESDIR}

.include <bsd.prog.mk>

.include "${.CURDIR}/../../Makefile.compat"