diff options
author | rillig <rillig@pkgsrc.org> | 2017-01-21 23:49:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2017-01-21 23:49:01 +0000 |
commit | 5ef1f187e3b303513b97045d52dd0b25df0668c0 (patch) | |
tree | 272d3fc14705d031338685367af474db9c0f62ec /mail/postfix-cdb | |
parent | 4b50b7ee96ad527b58088948be04e908e4f8f4da (diff) | |
download | pkgsrc-5ef1f187e3b303513b97045d52dd0b25df0668c0.tar.gz |
Fixed PKGREVISION to be only defined directly in the package Makefile.
Diffstat (limited to 'mail/postfix-cdb')
-rw-r--r-- | mail/postfix-cdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-cdb/Makefile b/mail/postfix-cdb/Makefile index b0bff84ef56..81411ebc961 100644 --- a/mail/postfix-cdb/Makefile +++ b/mail/postfix-cdb/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2015/09/07 09:47:02 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2017/01/21 23:49:01 rillig Exp $ # COMMENT= Postfix SMTP server cdb backend module +PKGREVISION= 1 POSTFIX_LIB= cdb POSTFIX_LIBDIR= src/global |