diff options
author | ghen <ghen@pkgsrc.org> | 2007-04-25 13:09:35 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-04-25 13:09:35 +0000 |
commit | 7a73d03486425e5605523a074bad68a930195cf8 (patch) | |
tree | 6e7ef381a1d5109e9dbee97c1d17d2825873eb5a /mail/postfix | |
parent | 7fd14882a9fa0adad9a2b63761a9d9fb07ceb25b (diff) | |
download | pkgsrc-7a73d03486425e5605523a074bad68a930195cf8.tar.gz |
Install qshape(1) manpage. Bump PKGREVISION.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 006ad38dd6d..f12c7aca55d 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.201 2007/04/03 07:27:50 martti Exp $ +# $NetBSD: Makefile,v 1.202 2007/04/25 13:09:35 ghen Exp $ DISTNAME= postfix-2.4.0 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ DIST_SUBDIR= postfix @@ -157,5 +157,7 @@ do-install: config_directory="${EXAMPLEDIR}" ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl \ ${PREFIX}/sbin/qshape + ${INSTALL_SCRIPT} ${WRKSRC}/man/man1/qshape.1 \ + ${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" diff --git a/mail/postfix/PLIST b/mail/postfix/PLIST index a71c9ce8f42..c5618d3d976 100644 --- a/mail/postfix/PLIST +++ b/mail/postfix/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2007/04/03 07:27:51 martti Exp $ +@comment $NetBSD: PLIST,v 1.18 2007/04/25 13:09:35 ghen Exp $ bin/mailq bin/newaliases libexec/postfix/anvil @@ -39,6 +39,7 @@ man/man1/postlog.1 man/man1/postmap.1 man/man1/postqueue.1 man/man1/postsuper.1 +man/man1/qshape.1 man/man1/sendmail.1 man/man5/access.5 man/man5/aliases.5 |