summaryrefslogtreecommitdiff
path: root/mail/ssmtp
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-11-14 00:51:43 +0000
committerjschauma <jschauma@pkgsrc.org>2003-11-14 00:51:43 +0000
commite1c14f3677f4663c2a9542f01aafdd5fe9a8b1c0 (patch)
tree05f90aa21557a6086e87fdc128004456671575c3 /mail/ssmtp
parent0fb9e7d14ce0607e87e1c8e0c3b44af90624712c (diff)
downloadpkgsrc-e1c14f3677f4663c2a9542f01aafdd5fe9a8b1c0.tar.gz
When constructing WRKSRC, also strip off PKGREVISION.
Fixes problem seen in latest bulk-build.
Diffstat (limited to 'mail/ssmtp')
-rw-r--r--mail/ssmtp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ssmtp/Makefile b/mail/ssmtp/Makefile
index 9ad67dac874..4d5ed5a9381 100644
--- a/mail/ssmtp/Makefile
+++ b/mail/ssmtp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/11/12 03:39:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2003/11/14 00:51:43 jschauma Exp $
# FreeBSD Id: ports/mail/ssmtp/Makefile,v 1.10 2003/04/14 08:41:04 leeym Exp
#
# TLS functionality needs testing. Please let me know the result,
@@ -10,7 +10,7 @@
DISTNAME= ssmtp_2.60.3
PKGNAME= ssmtp-2.60.3
PKGREVISION= 1
-WRKSRC= ${WRKDIR}/${PKGBASE}-${PKGVERSION:C/([0-9]+.[0-9]+)(.[0-9]+)$/\1/}
+WRKSRC= ${WRKDIR}/${PKGBASE}-${PKGVERSION:C/([0-9]+.[0-9]+)(.[0-9]+)(nb[0-9]+)?$/\1/}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/ssmtp/}