diff options
author | wiz <wiz@pkgsrc.org> | 2019-11-06 13:24:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-11-06 13:24:03 +0000 |
commit | d0c89a3eee9ea233b49abeb919071b6e6988717f (patch) | |
tree | 3f0846589d12ab20018df54380fd1cd657bfbefb | |
parent | 532b1c22badf6884daba7cad6ca9590ae6c418f5 (diff) | |
download | pkgsrc-d0c89a3eee9ea233b49abeb919071b6e6988717f.tar.gz |
py-libxslt: reset PKGREVISION after update
-rw-r--r-- | textproc/py-libxslt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index 37f6a2e55bf..df2ecf7dfdc 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2019/05/21 21:56:57 schmonz Exp $ +# $NetBSD: Makefile,v 1.56 2019/11/06 13:24:03 wiz Exp $ .include "../../textproc/libxslt/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc python MAINTAINER= minskim@NetBSD.org |