summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-05-30 07:56:27 +0000
committermartti <martti@pkgsrc.org>2007-05-30 07:56:27 +0000
commitf26ef52ceb8b8394ce55f9f8834a56414febf7d2 (patch)
treeb10e4eab83f9b96b4cedef4148705513145f56c9 /mail/postfix
parent8e93d434cace6d6fc5c5f7e02581b8ab695354e3 (diff)
downloadpkgsrc-f26ef52ceb8b8394ce55f9f8834a56414febf7d2.tar.gz
Use INSTALL_MAN instead of INSTALL_SCRIPT to install qshape.1
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 9fc2eb5bd00..1941267ccd2 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -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 @@ do-install:
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"