diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-31 18:06:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-31 18:06:29 +0000 |
commit | 228898b81876514704aa12fa6ddfb7563b4cd5e5 (patch) | |
tree | ed0775ed342828ea1d5b3cd253e578eb126b0eda /databases/postgresql96-contrib | |
parent | 847fb7ddb7e509c1af807d540d7cec521d6b9071 (diff) | |
download | pkgsrc-228898b81876514704aa12fa6ddfb7563b4cd5e5.tar.gz |
*: bump PKGREVISION for perl-5.32.
Diffstat (limited to 'databases/postgresql96-contrib')
-rw-r--r-- | databases/postgresql96-contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql96-contrib/Makefile b/databases/postgresql96-contrib/Makefile index 38792c61e05..e6bb56b73c7 100644 --- a/databases/postgresql96-contrib/Makefile +++ b/databases/postgresql96-contrib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2020/08/14 06:56:26 adam Exp $ +# $NetBSD: Makefile,v 1.12 2020/08/31 18:07:13 wiz Exp $ PKGNAME= ${DISTNAME:S/-/96-contrib-/} +PKGREVISION= 1 COMMENT= Contrib subtree of tools and plug-ins .include "../../databases/postgresql96/Makefile.common" |