diff options
Diffstat (limited to 'mail/sendmail-devel/Makefile')
-rw-r--r-- | mail/sendmail-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail-devel/Makefile b/mail/sendmail-devel/Makefile index 51c268e75a01..331f563aae65 100644 --- a/mail/sendmail-devel/Makefile +++ b/mail/sendmail-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= sendmail -PORTVERSION= 8.18.0.6 +PORTVERSION= 8.18.0.9 PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/snapshots/ @@ -220,6 +220,7 @@ post-build: pre-install: ${MKDIR} ${STAGEDIR}/etc/mail \ + ${STAGEDIR}${PREFIX}/share/man/cat1 \ ${STAGEDIR}${PREFIX}/share/man/cat5 \ ${STAGEDIR}${PREFIX}/share/man/cat8 @${CAT} ${PKGDIR}/pkg-plist >${PLIST} |