diff options
author | obache <obache> | 2008-12-01 11:03:50 +0000 |
---|---|---|
committer | obache <obache> | 2008-12-01 11:03:50 +0000 |
commit | 7526f811151129b77cb2f6820988784d5f9fc67f (patch) | |
tree | 82d3660a3ce6503016fa1de49c26e126e23e7b64 /mail | |
parent | dcc70069b39097bf855e538cb6cfc97c4326dfe8 (diff) | |
download | pkgsrc-7526f811151129b77cb2f6820988784d5f9fc67f.tar.gz |
Also install dummy.h.
It is included from flocksim.h, required by some platforms. PR 40075.
Bump PKGREVISION.
While here, marked as MAKE_JOBS_SAFE=no
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/Makefile | 6 | ||||
-rw-r--r-- | mail/imap-uw/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index dac53af7663..44b821d7e63 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2008/11/13 14:20:20 tron Exp $ +# $NetBSD: Makefile,v 1.128 2008/12/01 11:03:50 obache Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -11,7 +11,7 @@ DISTNAME= imap-2007d PKGNAME= ${DISTNAME:S/-/-uw-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ EXTRACT_SUFX= .tar.Z @@ -29,6 +29,8 @@ LTINSTALL_LIB= ${SETENV} ${MAKE_ENV} ${LIBTOOL} --mode=install ${INSTALL_LIB} WRKSRC= ${WRKDIR}/${DISTNAME:S/2$//} +MAKE_JOBS_SAFE= no + .include "../../mk/bsd.prefs.mk" # Each platform has its own special target in the imap Makefiles. diff --git a/mail/imap-uw/PLIST b/mail/imap-uw/PLIST index e5db54e5c34..691ecde9345 100644 --- a/mail/imap-uw/PLIST +++ b/mail/imap-uw/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.15 2008/11/06 15:27:00 tron Exp $ +@comment $NetBSD: PLIST,v 1.16 2008/12/01 11:03:50 obache Exp $ bin/dmail bin/mailutil bin/mlock bin/tmail include/c-client/c-client.h +include/c-client/dummy.h include/c-client/env.h include/c-client/env_unix.h include/c-client/flocksim.h |