aboutsummaryrefslogtreecommitdiffstats
path: root/mail/imap-uw/Makefile
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2003-05-21 08:13:49 +0800
committeranders <anders@FreeBSD.org>2003-05-21 08:13:49 +0800
commit6ad2e12e3e2ed808c650b2f995b81fdae08a0d84 (patch)
tree3f0b352332226fbef2110ec3391c8cc4a433824f /mail/imap-uw/Makefile
parent0dccf46396dc35bd32ed3f09482f4a82d9267d06 (diff)
downloadfreebsd-ports-gnome-6ad2e12e3e2ed808c650b2f995b81fdae08a0d84.tar.gz
freebsd-ports-gnome-6ad2e12e3e2ed808c650b2f995b81fdae08a0d84.tar.zst
freebsd-ports-gnome-6ad2e12e3e2ed808c650b2f995b81fdae08a0d84.zip
Update to 2002c1.
PR: 51754 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r--mail/imap-uw/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 50303df349b3..adcbe92ce95b 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= imap
-PORTVERSION= 2002
-PORTREVISION= 1
+PORTVERSION= 2002c1
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ \
http://atreides.freenix.no/~anders/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/
+MASTER_SITE_SUBDIR= . old
PKGNAMESUFFIX= -uw
DISTNAME= imap-${PORTVERSION}
EXTRACT_SUFX= .tar.Z
@@ -55,10 +55,8 @@ MAKE_ARGS+= WITH_ENTOURAGE_BRAIN_DAMAGE=yes
.include <bsd.port.pre.mk>
-pre-extract:
- @${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}
-
pre-build:
+ @${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}
.if !defined(WITHOUT_SSL)
@${SH} ${PKGREQ}.ssl ${LOCALBASE}/include/c-client/portrevision.h yes
.else