diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-06 10:44:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-06 10:44:46 +0000 |
commit | 4e8de2e1e743b93cf4f25431ff5f5ead54c1b91e (patch) | |
tree | 4b5ac10a6991a9511021dadf27c209b76520bbd4 /mail | |
parent | d3e9cc4b03e2d327ad3ae3337477e60d069e77df (diff) | |
download | pkgsrc-4e8de2e1e743b93cf4f25431ff5f5ead54c1b91e.tar.gz |
Fix PKGNAME.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 84c99364270..48743fdca6f 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.94 2008/02/18 17:46:22 ghen Exp $ +# $NetBSD: Makefile,v 1.95 2008/03/06 10:44:46 wiz Exp $ DISTNAME= postfix-2.6-20080216 +PKGNAME= postfix-2.6.20080216 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ DIST_SUBDIR= postfix |