diff options
Diffstat (limited to 'databases/postgresql13-docs/Makefile')
-rw-r--r-- | databases/postgresql13-docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql13-docs/Makefile b/databases/postgresql13-docs/Makefile index 76f1e748c45..b36fd5042b2 100644 --- a/databases/postgresql13-docs/Makefile +++ b/databases/postgresql13-docs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/10/18 09:24:02 adam Exp $ +# $NetBSD: Makefile,v 1.2 2020/11/05 09:07:46 ryoon Exp $ PKGNAME= ${DISTNAME:S/-/13-docs-/} +PKGREVISION= 1 COMMENT= PostgreSQL database documentation .include "../../databases/postgresql13/Makefile.common" |