From 585104e8f0610fca74ee06dd4b33ec06d16dc730 Mon Sep 17 00:00:00 2001 From: jakob Date: Wed, 7 Jun 2006 20:43:08 +0000 Subject: [PATCH] fix DISTNAME --- mail/postfix/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/postfix/Makefile.inc b/mail/postfix/Makefile.inc index 8b353675e4e..2806587bddc 100644 --- a/mail/postfix/Makefile.inc +++ b/mail/postfix/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.52 2005/09/16 01:06:52 brad Exp $ +# $OpenBSD: Makefile.inc,v 1.53 2006/06/07 20:43:08 jakob Exp $ COMMENT= "fast, secure sendmail replacement" -DISTNAME= postfix-${VERSION} +DISTNAME?= postfix-${VERSION} PKGNAME?= postfix-${VERSION:S/-/./} CATEGORIES= mail