diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-04-11 21:15:47 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-04-11 21:15:47 +0000 |
commit | 5e4c0577ba64165013563561749340103ed82db7 (patch) | |
tree | 163c3fd9d3728f59bff487a094590df93634be80 /mail/postfix/Makefile | |
parent | 22f45e206c2ad46fc4a948a20a878bb5c394ff68 (diff) | |
download | pkgsrc-5e4c0577ba64165013563561749340103ed82db7.tar.gz |
fix pkgname to be legal - postfix-20010228-pl1 is *not*
Remember: NO '-' IN PKG VERSION!
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 255912a9540..7c25869a3a4 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2001/04/09 11:45:34 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2001/04/11 21:15:47 hubertf Exp $ DISTNAME= postfix-20010228-pl01 -PKGNAME= postfix-20010228-pl1 +PKGNAME= postfix-20010228pl1 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ |