diff options
author | anders <anders@FreeBSD.org> | 2003-05-21 08:13:49 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-05-21 08:13:49 +0800 |
commit | 6ad2e12e3e2ed808c650b2f995b81fdae08a0d84 (patch) | |
tree | 3f0b352332226fbef2110ec3391c8cc4a433824f /mail/imap-uw/Makefile | |
parent | 0dccf46396dc35bd32ed3f09482f4a82d9267d06 (diff) | |
download | freebsd-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/Makefile | 8 |
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 |