diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:02:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-02 16:02:58 +0000 |
commit | 8347d5e2617005ef4e3393a39fa2bd507ffa0437 (patch) | |
tree | e2df981d19fd0eedb0234e122c27be35b4f92540 /mail | |
parent | 96cc6ec6fafd6253dced8a6ddcf6b10b58ffd35b (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-skem/Makefile | 7 | ||||
-rw-r--r-- | mail/pfqueue/Makefile | 4 | ||||
-rw-r--r-- | mail/pfqueue/pkg-plist | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/mail/milter-skem/Makefile b/mail/milter-skem/Makefile index 393d6c35d13e..3123b77b3bb4 100644 --- a/mail/milter-skem/Makefile +++ b/mail/milter-skem/Makefile @@ -11,9 +11,8 @@ COMMENT= Cache earlier sendmail's verdicts for the relays USE_BZIP2= yes -PLIST_FILES= sbin/skem -MAN8= skem.8 -MANCOMPRESSED= maybe +PLIST_FILES= sbin/skem \ + man/man8/skem.8.gz OPTIONS_DEFINE= SKEM_MILTER421 SKEM_NO_CLEANUP SKEM_NO_LOGWATCHER SKEM_NETINET6 SKEM_NETINET SKEM_MILTER421_DESC= Sendmail was built with -D_FFR_MILTER_421 @@ -24,8 +23,6 @@ SKEM_NETINET_DESC= Support IPv4 addresses OPTIONS_DEFAULT= SKEM_NETINET - -NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index 332b3d4cb5e7..bb190576cdb0 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -14,10 +14,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= ${PTHREAD_CFLAGS} -MAN1= pfqueue.1 -MAN5= pfqueue.conf.5 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \ -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure diff --git a/mail/pfqueue/pkg-plist b/mail/pfqueue/pkg-plist index db52e1ee880f..d7d9d02f81f9 100644 --- a/mail/pfqueue/pkg-plist +++ b/mail/pfqueue/pkg-plist @@ -20,3 +20,5 @@ lib/libpfqueue.a lib/libpfqueue.la lib/libpfqueue.so lib/libpfqueue.so.0 +man/man1/pfqueue.1.gz +man/man5/pfqueue.conf.5.gz |