summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorreed <reed>2004-12-28 01:39:32 +0000
committerreed <reed>2004-12-28 01:39:32 +0000
commit0002a0d999aa2bad22944dced1d275ab2227512d (patch)
tree8361a83c9fc098a7bca9b56e8ece3bc86213cced /mail/exim
parentf41d84e01727355fd69bc0315c0b1d4f4446b79a (diff)
downloadpkgsrc-0002a0d999aa2bad22944dced1d275ab2227512d.tar.gz
Moved PKGREVISION definition from common Makefile to the
package-specific Makefile (as mentioned on tech-pkg).
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile3
-rw-r--r--mail/exim/Makefile.common3
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 0a0ff4dcd66..7da20671ab6 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2004/06/06 22:10:51 abs Exp $
+# $NetBSD: Makefile,v 1.51 2004/12/28 01:42:19 reed Exp $
DISTNAME= exim-${EXIM_VERSION}
CATEGORIES= mail net
+PKGREVISION= 2
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.exim.org/
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common
index 60d87862d52..3826ba1a249 100644
--- a/mail/exim/Makefile.common
+++ b/mail/exim/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2004/12/16 04:48:25 grant Exp $
+# $NetBSD: Makefile.common,v 1.23 2004/12/28 01:42:19 reed Exp $
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -11,7 +11,6 @@ USE_PKGINSTALL= yes
MAKE_ENV+= SSLBASE=${SSLBASE:Q}
EXIM_VERSION= 4.43
-PKGREVISION= 2
EXTRACT_SUFX= .tar.bz2