summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
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
commit1c7fe5679492798b07cf793a2d04a16a82c1164b (patch)
treeb10e4eab83f9b96b4cedef4148705513145f56c9 /mail/postfix/Makefile
parent13e0d3df8d630302003da5aabaf28e24d4f893df (diff)
downloadpkgsrc-1c7fe5679492798b07cf793a2d04a16a82c1164b.tar.gz
Use INSTALL_MAN instead of INSTALL_SCRIPT to install qshape.1
Diffstat (limited to 'mail/postfix/Makefile')
-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"