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
This commit is contained in:
parent
96a6b1180c
commit
a36e4ac4ce
2 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue