diff options
author | marcus <marcus@FreeBSD.org> | 2007-10-01 12:03:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-10-01 12:03:01 +0800 |
commit | fea74da4b083dd907ae834f21eee633181c8b49b (patch) | |
tree | 62aec8850aad2d4d8dc1070860864c9050f69163 /mail/cclient | |
parent | c6fec8183da8ed81875ab25b348926044a075c69 (diff) | |
download | freebsd-ports-gnome-fea74da4b083dd907ae834f21eee633181c8b49b.tar.gz freebsd-ports-gnome-fea74da4b083dd907ae834f21eee633181c8b49b.tar.zst freebsd-ports-gnome-fea74da4b083dd907ae834f21eee633181c8b49b.zip |
With my portmgr hat on, fix this port so tools like imapd that depend on it
will actually work. The previous commit completely broke imapd, ipopd, etc.
This restores the installation of linkage.c from the last working version.
Diffstat (limited to 'mail/cclient')
-rw-r--r-- | mail/cclient/Makefile | 5 | ||||
-rw-r--r-- | mail/cclient/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 0bf6e6c394eb..eb12d4195aea 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclient PORTVERSION= 2006j +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail devel ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ @@ -69,8 +70,8 @@ post-configure: @${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}" HEADERS= c-client.h dummy.h env.h env_unix.h fdstring.h flockcyg.h \ - flocksim.h flstring.h fs.h ftl.h imap4r1.h linkage.h mail.h \ - misc.h netmsg.h newsrc.h nl.h nntp.h osdep.h pseudo.h \ + flocksim.h flstring.h fs.h ftl.h imap4r1.h linkage.c linkage.h \ + mail.h misc.h netmsg.h newsrc.h nl.h nntp.h osdep.h pseudo.h \ rfc822.h smtp.h sslio.h tcp.h tcp_unix.h unix.h utf8.h \ utf8aux.h PORTREV_H= ${WRKDIR}/portrevision.h diff --git a/mail/cclient/pkg-plist b/mail/cclient/pkg-plist index 79230433155a..b59b5f6a522f 100644 --- a/mail/cclient/pkg-plist +++ b/mail/cclient/pkg-plist @@ -9,6 +9,7 @@ include/c-client/flstring.h include/c-client/fs.h include/c-client/ftl.h include/c-client/imap4r1.h +include/c-client/linkage.c include/c-client/linkage.h include/c-client/mail.h include/c-client/misc.h |