pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc



> diff -u pkgsrc/security/passphrase/Makefile:1.2 pkgsrc/security/passphrase/Makefile:1.3
> --- pkgsrc/security/passphrase/Makefile:1.2   Tue Jun 16 11:02:44 2020
> +++ pkgsrc/security/passphrase/Makefile       Tue Jun 16 11:34:40 2020
> @@ -1,4 +1,4 @@
> -# $NetBSD: Makefile,v 1.2 2020/06/16 11:02:44 nikita Exp $
> +# $NetBSD: Makefile,v 1.3 2020/06/16 11:34:40 nikita Exp $
> 
> DISTNAME=     1.0.0
> PKGNAME=      passphrase-1.0.0
> @@ -13,6 +13,9 @@ LICENSE=    mit
> 
> WRKSRC=               ${WRKDIR}/${PKGNAME_NOREV}
> 
> +.include "../../lang/python/egg.mk"
> +CONFLICTS+=  ${PYPKGPREFIX}-pyutil-[0-9]*
> +
> SUBST_CLASSES+=               mandir
> SUBST_STAGE.mandir=   pre-build
> SUBST_MESSAGE.mandir= replacing mandir location

It is better to use 
.include "../../lang/python/pyversion.mk"

Adam


Home | Main Index | Thread Index | Old Index