diff options
author | simonb <simonb> | 1999-09-12 01:37:05 +0000 |
---|---|---|
committer | simonb <simonb> | 1999-09-12 01:37:05 +0000 |
commit | a0c5b786c14f4359ef83b6641f884767dbdb4751 (patch) | |
tree | 205ba90fdb2b3d2dac9494f29332b95739301f1b /mail/postfix | |
parent | 8849a69c63b445e5bbaac951bbf481eb6d5895d9 (diff) | |
download | pkgsrc-a0c5b786c14f4359ef83b6641f884767dbdb4751.tar.gz |
Remove "-" from package version - noted by Hubert Feyrer.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 74e093de483..5362218a13a 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,9 @@ -# $NetBSD: Makefile,v 1.13 1999/09/12 00:14:52 simonb Exp $ +# $NetBSD: Makefile,v 1.14 1999/09/12 01:37:05 simonb Exp $ DISTNAME= postfix-19990906-pl02 +PKGNAME= postfix-19990906pl02 +PKGNAME= mhonarc-2.2.0 + CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ |