ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/sendmail/Makefile
(Generate patch)

Comparing trunk/mail/sendmail/Makefile (file contents):
Revision 19084 by laffer1, Sat May 23 21:24:47 2015 UTC vs.
Revision 19146 by laffer1, Fri May 29 00:37:10 2015 UTC

# Line 2 | Line 2
2  
3   PORTNAME=       sendmail
4   PORTVERSION=    8.15.1
5 < PORTREVISION=   0
5 > PORTREVISION=   1
6   CATEGORIES=     mail ipv6
7   MASTER_SITES=   ftp://ftp.sendmail.org/pub/sendmail/
8   PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2}
# Line 17 | Line 17 | CONFLICTS?=    courier-0.* postfix-1.* postfix-2.* smail-
17  
18   FAKE_OPTS+=     trueprefix
19  
20 + USERS=          smmsp
21 + GROUPS=         smmsp
22 +
23 + USES=           cpe
24   WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
25   WCONF=          ${WRKSRC}/devtools/Site
26   SITE=           ${FILESDIR}/site.config.m4.pre4
# Line 229 | Line 233 | pre-install:
233                  -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi
234          @cd ${WRKSRC} && ${FIND} cf -type f | \
235          ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST}
232        @cd ${WRKSRC} && ${FIND} -d cf -type d | \
233        ${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST}
234        @${ECHO_CMD} "@dirrm share/sendmail" >>${PLIST}
236   .if ${PORT_OPTIONS:MDOCS}
237   .for i in ${DOCS}
238          @${ECHO_CMD} `${BASENAME} ${i}` | \
# Line 240 | Line 241 | pre-install:
241   .if ${PORT_OPTIONS:MCYRUSLOOKUP}
242          @${ECHO_CMD} "share/doc/sendmail/CYRUS_LOOKUP" >>${PLIST}
243   .endif
243        @${ECHO_CMD} "@dirrm %%DOCSDIR%%" >>${PLIST}
244   .endif
245  
246   # We want mail.local and rmail for our system.
# Line 299 | Line 299 | post-install:
299          ${INSTALL_DATA} ${FILESDIR}/CYRUS_LOOKUP ${DOCSDIR}/CYRUS_LOOKUP
300   .endif
301   .endif
302 +        ${RM} ${PREFIX}/man/cat*/*
303 +        ${STRIP_CMD} ${PREFIX}/bin/vacation
304 +        ${STRIP_CMD} ${PREFIX}/bin/rmail
305 +        ${STRIP_CMD} ${PREFIX}/sbin/*
306 +        ${STRIP_CMD} ${PREFIX}/libexec/*
307   .if exists(${DESTDIR}/etc/mail/mailer.conf)
308  
309   mailer.base:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines