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-sqlite | |
parent | 4b50b7ee96ad527b58088948be04e908e4f8f4da (diff) | |
download | pkgsrc-5ef1f187e3b303513b97045d52dd0b25df0668c0.tar.gz |
Fixed PKGREVISION to be only defined directly in the package Makefile.
Diffstat (limited to 'mail/postfix-sqlite')
-rw-r--r-- | mail/postfix-sqlite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-sqlite/Makefile b/mail/postfix-sqlite/Makefile index e61c7a943d9..f4b2515ce14 100644 --- a/mail/postfix-sqlite/Makefile +++ b/mail/postfix-sqlite/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2016/09/18 17:10:28 taca Exp $ +# $NetBSD: Makefile,v 1.7 2017/01/21 23:49:02 rillig Exp $ # +PKGREVISION= 1 COMMENT= Postfix SMTP server SQLite backend module POSTFIX_LIB= sqlite |