From 7f02bde1fa0606698e45ad3f8c280b1f1a67d730 Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 19 Nov 2006 21:17:45 +0000 Subject: [PATCH] fix PKGNAME for snapshots --- 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 ccb5887ea92..b9c40b73a86 100644 --- a/mail/postfix/Makefile.inc +++ b/mail/postfix/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.60 2006/11/13 07:45:05 jakob Exp $ +# $OpenBSD: Makefile.inc,v 1.61 2006/11/19 21:17:45 jakob Exp $ COMMENT= "fast, secure sendmail replacement" DISTNAME?= postfix-${VERSION} .if defined(PATCHLEVEL) -PKGNAME?= postfix-${VERSION}p${PATCHLEVEL} +PKGNAME?= postfix-${VERSION:S/-/./}p${PATCHLEVEL} .endif CATEGORIES= mail