diff options
author | seb <seb@pkgsrc.org> | 2004-03-26 16:42:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-03-26 16:42:42 +0000 |
commit | 5c6df5a3f9133e1a783cb3eeb3b3c3268dc87089 (patch) | |
tree | 19ae02f9690ca58fb0d51dfce77260d913b0430b /mail | |
parent | 710f68bcde80a14830cb1d160623cc94e6aa4658 (diff) | |
download | pkgsrc-5c6df5a3f9133e1a783cb3eeb3b3c3268dc87089.tar.gz |
Introduce SPAMASSASSIN_VERSION. And most significantly use it instead of
PKGVERSION in DISTNAME's definition so PKGREVISION's value does not
render it useless.
Okay'ed by wiz@.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamassassin/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index bf9896a1327..3efa78b8329 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2004/03/26 02:27:44 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2004/03/26 16:42:42 seb Exp $ -DISTNAME= Mail-SpamAssassin-${PKGVERSION} -PKGNAME= spamassassin-2.63 -PKGREVISION= # empty +DISTNAME= Mail-SpamAssassin-${SPAMASSASSIN_VERSION} +PKGNAME= spamassassin-${SPAMASSASSIN_VERSION} PKGREVISION= 1 SVR4_PKGNAME= sa CATEGORIES= mail @@ -16,6 +15,8 @@ COMMENT= Mail filter to identify spam CONFLICTS= p5-Mail-SpamAssassin-[1-9]* +SPAMASSASSIN_VERSION= 2.63 + PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" |