summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-03-16 13:55:34 +0000
committerwiz <wiz@pkgsrc.org>2000-03-16 13:55:34 +0000
commit5e21c0427a65c3caaa93725b3c42e1a69bce1785 (patch)
tree0200aae95bd95f198962a59167a2a6554ee08ebf /print
parent7ddf6afe162f997f11d6d73b1c44ecaadceb3e7f (diff)
downloadpkgsrc-5e21c0427a65c3caaa93725b3c42e1a69bce1785.tar.gz
chmod -> ${CHMOD}
Diffstat (limited to 'print')
-rw-r--r--print/acroread3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile
index 381828e3173..4c3d940d293 100644
--- a/print/acroread3/Makefile
+++ b/print/acroread3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/02/27 10:29:05 mycroft Exp $
+# $NetBSD: Makefile,v 1.5 2000/03/16 13:55:34 wiz Exp $
PKGNAME= acroread-3.01
CATEGORIES= print
@@ -63,7 +63,7 @@ post-install:
${PATCH} --quiet < ${FILESDIR}/acroread.diff && \
${INSTALL_SCRIPT} ${PREFIX}/Acrobat3/bin/acroread \
${PREFIX}/bin/acroread3 && ${RM} acroread.orig
- @chmod +x ${PREFIX}/bin/acroread3
+ @${CHMOD} +x ${PREFIX}/bin/acroread3
@${ECHO_MSG} "Be sure to read the license agreement in"
@${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf"