diff options
author | taca <taca@pkgsrc.org> | 2006-08-11 12:34:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-08-11 12:34:24 +0000 |
commit | dc13661258ed0bb3aeacc625bd9c8ab5219338a2 (patch) | |
tree | a10fdafc217fdc43a2def27d00ef1be891ac344d /mail/postfix/Makefile | |
parent | 63d40f1f8cb67cc0a3c77e40ff5b1fb4172fea2a (diff) | |
download | pkgsrc-dc13661258ed0bb3aeacc625bd9c8ab5219338a2.tar.gz |
Accept NetBSD 4.* as NETBSD4 to compile on NetBSD current.
Bump PKGREVISION.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index f5a0f7134e1..6ff419b0f53 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.185 2006/07/31 04:57:45 martti Exp $ +# $NetBSD: Makefile,v 1.186 2006/08/11 12:34:24 taca Exp $ DISTNAME= postfix-2.3.2 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ |