diff options
author | nbm <nbm@FreeBSD.org> | 2000-10-02 21:30:07 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-10-02 21:30:07 +0800 |
commit | 6520be69b49e0316b3e4fa933bf86e65891f8ae1 (patch) | |
tree | 3ac55fc4e1bcf6d445b70151181b89dcd21426c0 /mail/courier-imap/Makefile | |
parent | f9ca5d1db64a05acc28fe4bb843340fd2357868b (diff) | |
download | freebsd-ports-gnome-6520be69b49e0316b3e4fa933bf86e65891f8ae1.tar.gz freebsd-ports-gnome-6520be69b49e0316b3e4fa933bf86e65891f8ae1.tar.zst freebsd-ports-gnome-6520be69b49e0316b3e4fa933bf86e65891f8ae1.zip |
Upgrade to courier-imap 1.1.
Diffstat (limited to 'mail/courier-imap/Makefile')
-rw-r--r-- | mail/courier-imap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 120975e94603..078647df12ae 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= courier-imap -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier @@ -51,6 +50,7 @@ EXTRA_DOCS= README INSTALL AUTHORS imap/ChangeLog post-patch: @perl -i -pe 's@(\$$.sysconfdir./\$$\$$p)@\1.dist@' \ + ${WRKSRC}/Makefile.in \ ${WRKSRC}/imap/Makefile.in post-install: |