pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Use INSTALL_MAN instead of INSTALL_SCRIPT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e61880998c64
branches:  trunk
changeset: 529291:e61880998c64
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed May 30 07:56:27 2007 +0000

description:
Use INSTALL_MAN instead of INSTALL_SCRIPT to install qshape.1

diffstat:

 mail/postfix/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63da749253ac -r e61880998c64 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Wed May 30 07:32:33 2007 +0000
+++ b/mail/postfix/Makefile     Wed May 30 07:56:27 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.203 2007/05/02 05:02:48 martti Exp $
+# $NetBSD: Makefile,v 1.204 2007/05/30 07:56:27 martti Exp $
 
 DISTNAME=      postfix-2.4.1
 #PKGREVISION=  1
@@ -157,7 +157,7 @@
                config_directory="${EXAMPLEDIR}"
        ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl \
                ${PREFIX}/sbin/qshape
-       ${INSTALL_SCRIPT} ${WRKSRC}/man/man1/qshape.1 \
+       ${INSTALL_MAN} ${WRKSRC}/man/man1/qshape.1 \
                ${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index